diff options
-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 |