Update .travis.yml

This commit is contained in:
Jamie Hardt
2019-01-03 22:03:23 -08:00
committed by GitHub
parent 464052f510
commit aa01e9ad2d

View File

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