Add Travis CI configuration

master
Mike Gerber 9 years ago
parent 0809d52e9d
commit aa558c9ba3

@ -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
Loading…
Cancel
Save