Update .travis.yml

This commit is contained in:
Martin Rusev
2018-07-27 14:34:24 +02:00
committed by GitHub
parent b52d43c496
commit c04c340bb7

View File

@@ -5,7 +5,7 @@ python:
- "3.4"
- "3.5"
- "3.6"
- "3.7-dev"
- "3.7"
install:
- python setup.py -q install
script: nosetests -v