.travis.yml

This commit is contained in:
Jamie Hardt
2018-12-05 12:03:34 -08:00
parent 6d1ca12e42
commit 88bf68c78e

View File

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