added support for travis-ci
authorsalimfadhley <sal@stodge.org>
Wed, 12 Jun 2013 22:36:15 +0000 (23:36 +0100)
committersalimfadhley <sal@stodge.org>
Wed, 12 Jun 2013 22:36:15 +0000 (23:36 +0100)
travis.yaml [new file with mode: 0644]

diff --git a/travis.yaml b/travis.yaml
new file mode 100644 (file)
index 0000000..edb0397
--- /dev/null
@@ -0,0 +1,8 @@
+language: python
+python:
+  - "3.3"
+  - "2.7"
+# command to install dependencies, e.g. pip install -r requirements.txt --use-mirrors
+install: python setup.py develop
+# command to run tests, e.g. python setup.py test
+script:  python setup.py test