Adds travis testing skeleton

This commit is contained in:
LSaldyt
2017-10-09 13:01:18 -06:00
parent be06e22f64
commit f3e1c875de
2 changed files with 8 additions and 0 deletions

5
.travis.yml Normal file
View File

@ -0,0 +1,5 @@
language: python
python:
- "3.6"
script:
- python3 tests.py