Added travis ci

This commit is contained in:
Alexandre Possebom 2014-09-29 15:00:17 -03:00
parent 81c31f48f6
commit fe3e6d91cc
1 changed files with 9 additions and 0 deletions

9
.travis.yml Normal file
View File

@ -0,0 +1,9 @@
language: python
python:
- "2.6"
- "2.7"
- "3.3"
- "3.4"
- "pypy"
install: python setup.py install
script: nosetests