Update .travis.yml

This commit is contained in:
Jamie Hardt
2019-01-04 09:12:21 -08:00
committed by GitHub
parent aa01e9ad2d
commit 58483198c3

View File

@@ -4,6 +4,6 @@ python:
- "3.5" - "3.5"
- "2.7" - "2.7"
script: script:
- "python3 setup.py test" - "python setup.py test"
install: install:
- "pip install setuptools" - "pip install setuptools"