Configure Travis CI.

This commit is contained in:
Robert Lehmann 2012-11-03 10:50:50 +01:00
parent bb51110b3e
commit c3d4887a36

7
.travis.yml Normal file
View File

@ -0,0 +1,7 @@
language: python
python:
- "2.7"
- "3.3"
script: make test
install:
- python setup.py -q install