Travis CI config

Still need to write some tests.
master
Anthony Forsberg 2016-12-19 13:00:13 -05:00
parent 33e5053c52
commit 02ddf5ba04
1 changed files with 9 additions and 0 deletions

9
.travis.yml Normal file
View File

@ -0,0 +1,9 @@
language: python
python:
- "2.7"
- "3.5"
install: "pip install -r requirements.txt"
script: python tests/test_all.py
branches:
only:
- master