summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjason kirtland <jek@discorporate.us>2013-07-04 13:34:04 +0200
committerjason kirtland <jek@discorporate.us>2013-07-04 13:34:04 +0200
commita20dbc01a9ee5d0c0536dde86d425e71d873b627 (patch)
tree643c7c43a8dc7ab0d46afc0f6a6b6f25842dea49
parentfe26bbd26cbb9745a100cbd6503ec6812473632f (diff)
downloadblinker-a20dbc01a9ee5d0c0536dde86d425e71d873b627.tar.gz
Added Travis
-rw-r--r--.travis.yml11
1 files changed, 11 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
new file mode 100644
index 0000000..53ca82b
--- /dev/null
+++ b/.travis.yml
@@ -0,0 +1,11 @@
+language: python
+python:
+ - "3.3"
+ - "3.2"
+ - "3.1"
+ - "3.0"
+ - "2.7"
+ - "2.6"
+ - "2.5"
+install: pip install nose
+script: nosetests