Travis tweak

This commit is contained in:
Jamie Hardt
2018-12-05 12:14:55 -08:00
parent 88bf68c78e
commit 2924ea548b

View File

@@ -3,4 +3,5 @@ python:
- "3.6" - "3.6"
script: script:
- "python3 setup.py test" - "python3 setup.py test"
install:
- "pip3 install setuptools"