test travis-ci

This commit is contained in:
Alexis Metaireau 2012-03-11 17:05:59 +01:00
commit 912b1dbc1a

8
.travis.yml Normal file
View file

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