Commit Graph

13 Commits

Author SHA1 Message Date
XhmikosR
ec5723b926 ci/test.sh: add python --version 2020-04-29 15:31:55 +03:00
XhmikosR
125d7c8745 Switch to GitHub Actions CI. 2020-04-29 15:31:54 +03:00
XhmikosR
e8f9cfb833 ci: specify set -e 2020-04-06 11:05:20 +03:00
XhmikosR
59ce889ff0 Minor shell script tweaks
* always double quote variables
* use https for the miniconda URLs
2020-02-23 09:45:44 +02:00
funilrys
0d0ee1bcdc
Deletion of mock as it is now built-in 2018-09-05 23:53:58 -04:00
funilrys
816bc35f99
Reformating of lint.sh as ${PYTHON_VERSION} should not have a 2.x version (cf: .travis.yml) 2018-09-05 23:51:29 -04:00
gfyoung
a2a7d12448
Skip flake8 check on Python on 2.7
flake8 is broken with Python 2.7, but
we have all other builds linting, so
not an issue for us.
2018-08-07 00:14:56 -07:00
Steven Black
5b99de074a Invoke flake8 linter via command-line switches. 2018-03-17 23:41:50 -04:00
funilrys
1141823bc8
Fix tests issues.
This patch introduce the installation of dependencies needed my the main commit.

This patch fixes:
 * https://travis-ci.org/funilrys/hosts/jobs/347504195#L592
 * https://travis-ci.org/funilrys/hosts/jobs/347504195#L598
2018-02-28 23:29:18 +01:00
gfyoung
e3224e5415
Update LICENSE and CI
1) It's 2018
2) conda update --all no longer applies to conda itself.
   conda update conda needs to be explicitly called.
2018-01-10 09:52:59 -08:00
gfyoung
97963aea4f Rename Travis CI scripts 2017-07-10 20:27:48 -07:00
gfyoung
65eb217353 Drop nose dependency on Travis
Nose is not a well-supported library anymore.
Let's just use Python's builtin unittest library.
2017-07-09 20:26:12 -07:00
gfyoung
d1ecc7bdd6 Add OSX to Travis matrix 2017-06-28 21:18:50 -07:00