Some work in the travis file and adding line numbers to parsing statements

This commit is contained in:
Jamie Hardt
2018-12-05 11:59:00 -08:00
parent 829d98f4b4
commit 6d1ca12e42
2 changed files with 26 additions and 23 deletions

View File

@@ -1,6 +1,6 @@
langauge: python
python:
- "3.7"
- "3.6"
script:
- "python3 setup.py test"
- "python setup.py test"