Add Travis CI configuration

This commit is contained in:
Mike Gerber 2015-05-25 05:35:50 +02:00
parent 0809d52e9d
commit aa558c9ba3

11
.travis.yml Normal file
View file

@ -0,0 +1,11 @@
language: python
python:
- "2.6"
- "2.7"
- "3.2"
- "3.3"
- "3.4"
- "nightly"
# command to run tests
script: py.test