Added support for TravisCI.org.

This commit is contained in:
Benoît Bryon 2013-03-20 16:22:38 +01:00
parent c978f21373
commit 5c17707a8f

6
.travis.yml Normal file
View file

@ -0,0 +1,6 @@
language: python
python:
- "2.6"
- "2.7"
install: make configure develop
script: make test