Add Travis CI

This commit is contained in:
Correl Roush 2020-11-20 12:43:23 -05:00
parent dcd867d570
commit dea15c3be1

6
.travis.yml Normal file
View file

@ -0,0 +1,6 @@
language: python
python:
- "3.7"
- "3.8"
install: pip install tox-travis
script: tox