added Travis CI

This commit is contained in:
András Veres-Szentkirályi 2015-10-20 10:06:22 +02:00
parent 09df062547
commit 1916cfd031

6
.travis.yml Normal file
View file

@ -0,0 +1,6 @@
language: python
python:
- "2.6"
- "2.7"
install: "pip install -r requirements.txt"
script: nosetests