try to incorporate travisci

This commit is contained in:
Marcell Vazquez-Chanlatte 2017-02-26 16:54:24 -08:00
parent 60b2e0a69a
commit 3d372ebe30
2 changed files with 14 additions and 0 deletions

5
.travis.yml Normal file
View file

@ -0,0 +1,5 @@
language: python
python:
- "3.6"
install: "pip install -r requirements.txt"
script: nose2