Adding .travis.yml

This commit is contained in:
Jamie Hardt
2018-12-05 11:35:26 -08:00
parent 7e709241f8
commit a9124e1f97

8
.travis.yml Normal file
View File

@@ -0,0 +1,8 @@
langauge: python
python:
- "3.7"
script:
- "setup.py test"
install:
- "setup.py install"