Travis CI integration

This commit is contained in:
Manuel Ebert 2012-12-14 14:58:46 -08:00
parent 386c574815
commit 8418c2f696
2 changed files with 10 additions and 3 deletions

7
.travis.yml Normal file
View file

@ -0,0 +1,7 @@
language: python
python:
- "2.7"
- "3.2"
install: "pip install cling parsedatetime simplejson --use-mirrors"
# command to run tests
script: nosetests