diff options
author | Santo Cariotti <sancn@live.com> | 2017-09-11 10:24:33 +0200 |
---|---|---|
committer | Santo Cariotti <sancn@live.com> | 2017-09-11 10:24:33 +0200 |
commit | 16822eda917dc99a6e0be5db8330d4401ca4fd23 (patch) | |
tree | 99b9e794f55db62e2e8fdb3fbd3c9924de039831 | |
parent | 815af19f3b441ccb1cd5575802da384dfd10f6fe (diff) |
update travisci
-rw-r--r-- | .travis.yml | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/.travis.yml b/.travis.yml index 5c2d5db..14380a5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,8 +1,6 @@ language: python python: - - "3.5" - - "3.6" - -install: - - pip install -r requirements.txt - + - 3.6 + - nightly +script: + - pytest |