[CI] Initial travis configuration

This commit is contained in:
Tobi-wan Kenobi 2016-12-10 19:27:50 +01:00
parent d41c142d4a
commit 2c766d0c97

8
.travis.yml Normal file
View file

@ -0,0 +1,8 @@
language: python
python:
- "2.7"
- "3.2"
- "3.3"
- "3.4"
- "3.5"
script: nosetests -v tests/