add Travis CI configuration

This commit is contained in:
Adrian Sampson 2012-03-18 15:02:24 -07:00
parent c0c80cd576
commit fca346c5d7

8
.travis.yml Normal file
View file

@ -0,0 +1,8 @@
language: python
python:
- "2.5"
- "2.6"
- "2.7"
install:
- pip install . --use-mirrors
script: nosetests