Commit Graph

7 Commits

Author SHA1 Message Date
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