Tweaking travis.yml

This commit is contained in:
Jamie Hardt
2018-12-05 11:38:37 -08:00
parent a9124e1f97
commit 07652eaaa8

View File

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