Tweaking travis.yml

This commit is contained in:
Jamie Hardt
2018-12-05 11:41:15 -08:00
parent 07652eaaa8
commit 484d2ae98f

View File

@@ -2,7 +2,7 @@ langauge: python
python: python:
- "3.7" - "3.7"
script: script:
- "./setup.py test" - "python setup.py test"
install: install:
- "./setup.py install" - "python setup.py install"