Adding a travis config script

This commit is contained in:
Jamie Hardt
2018-12-05 11:23:10 -08:00
parent c2c83d826a
commit 597dceb9c5

7
.travis.yml Normal file
View File

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