diff options
author | Santo Cariotti <sancn@live.com> | 2017-09-11 10:27:17 +0200 |
---|---|---|
committer | Santo Cariotti <sancn@live.com> | 2017-09-11 10:27:17 +0200 |
commit | cbd77f5172d93130a1039bcfbf79f5948d7ff667 (patch) | |
tree | 54ddc8ade6bf8000e04d2aa6dff7f84fb76668cb | |
parent | 16822eda917dc99a6e0be5db8330d4401ca4fd23 (diff) |
update travisci
-rw-r--r-- | .travis.yml | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/.travis.yml b/.travis.yml index 14380a5..fc4ae20 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,5 @@ language: python python: - - 3.6 - - nightly -script: - - pytest + - 3.5 +install: + - pip install -r requirements.txt |