Create .travis.yml

This commit is contained in:
Jamie Hardt
2019-10-09 21:04:23 -07:00
parent 509d277464
commit 2995840f9f

7
.travis.yml Normal file
View File

@@ -0,0 +1,7 @@
language: python
python:
- "3.7"
script:
- "python -m unittest discover tests"
install:
- "pip install setuptools"