add .travis.yml

This commit is contained in:
Stefan Kögl
2012-11-11 10:44:32 +01:00
parent 84f80db402
commit fb73f44be3

11
.travis.yml Normal file
View File

@@ -0,0 +1,11 @@
language: python
python:
- "2.5"
- "2.6"
- "2.7"
- "3.2"
- "3.3"
# command to install dependencies
install: pip install
# command to run tests
script: nosetests