summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Bangert <ben@groovie.org>2012-03-13 10:24:58 -0700
committerBen Bangert <ben@groovie.org>2012-03-13 10:24:58 -0700
commit59f14b8d3a88a45400ecad73c19da3e770ce7a45 (patch)
tree9d26f2df8428c0306099c97546783bebdd00a3ba
parentb4d2923309d6eb7a0eab7086a82d3540b2cd2536 (diff)
downloadroutes-59f14b8d3a88a45400ecad73c19da3e770ce7a45.tar.gz
add travis
--HG-- branch : trunk
-rw-r--r--.travis.yaml6
1 files changed, 6 insertions, 0 deletions
diff --git a/.travis.yaml b/.travis.yaml
new file mode 100644
index 0000000..94d0703
--- /dev/null
+++ b/.travis.yaml
@@ -0,0 +1,6 @@
+language: python
+python:
+ - "2.6"
+ - "2.7"
+install: python setup.py develop
+script: nosetests \ No newline at end of file