Create .travis.yml

This commit is contained in:
Jamie Hardt
2019-01-01 11:53:49 -08:00
parent ab4a805ccd
commit 6bbcfabd01

13
.travis.yml Normal file
View File

@@ -0,0 +1,13 @@
language: python
python:
- "3.6"
- "3.5"
- "3.4"
- "3.3"
- "3.2"
- "3.1"
- "3.0"
script:
- "python3 setup.py test"
install:
- "pip3 install setuptools"