Added basic travis CI file.

This commit is contained in:
Jon Grace-Cox
2017-09-11 18:08:18 -04:00
parent 67c3fb8b44
commit 3f7a8f3c17

10
.travis.yml Normal file
View File

@@ -0,0 +1,10 @@
language: python
python:
- "2.7"
- "3.6"
install:
- pip install -U setuptools pip
script:
- python ./test.py