Create initial version of .travis.yml

This commit is contained in:
Mathieu Comandon 2017-03-03 11:23:30 -08:00
parent dfe1dad1fe
commit beb2a0ca18

9
.travis.yml Normal file
View file

@ -0,0 +1,9 @@
language: python
python:
- "3.4"
- "3.5"
- "3.6"
install:
- python setup.py install
script: nosetests