Tweaking travis.yml

This commit is contained in:
Jamie Hardt
2018-12-05 11:46:48 -08:00
parent 8969e31969
commit 829d98f4b4

View File

@@ -2,5 +2,5 @@ langauge: python
python: python:
- "3.7" - "3.7"
script: script:
- "python setup.py test" - "python3 setup.py test"