adding travis support
authorgcmalloc <gcmalloc@gmail.com>
Mon, 15 Oct 2012 08:37:33 +0000 (10:37 +0200)
committergcmalloc <gcmalloc@gmail.com>
Mon, 15 Oct 2012 08:58:35 +0000 (10:58 +0200)
.travis.yml [new file with mode: 0644]

diff --git a/.travis.yml b/.travis.yml
new file mode 100644 (file)
index 0000000..05dd519
--- /dev/null
@@ -0,0 +1,7 @@
+language: python
+#specify the python version
+python:
+  - "2.6"
+  - "2.7"
+# command to run tests
+script: nosetests tests