adds support for Travis

This commit is contained in:
Edd Robinson
2013-06-11 00:09:42 +01:00
parent 9e3ec3f342
commit d92e96a7d4
+8
View File
@@ -0,0 +1,8 @@
language: python
python:
- "2.7"
- "2.6"
# command to install dependencies, e.g. pip install -r requirements.txt --use-mirrors
install: pip install -r docs/requirements.txt --use-mirrors
# command to run tests, e.g. python setup.py test
script: nosetests