summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephan Richter <stephan.richter@gmail.com>2013-03-04 15:40:42 -0500
committerStephan Richter <stephan.richter@gmail.com>2013-03-04 15:40:42 -0500
commit34d91f7f133d041942c697d6a0001a82148463b1 (patch)
tree6497b2c835d0496170c43f024a9ad3944c7ae6ca
parent0bce2748ef77a6b987a69649a547d06bf8e31c5a (diff)
downloadzope-traversing-34d91f7f133d041942c697d6a0001a82148463b1.tar.gz
'Updated Travis YAML.'
-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..897ae4a
--- /dev/null
+++ b/.travis.yml
@@ -0,0 +1,11 @@
+language: python
+python:
+ - 2.6
+ - 2.7
+ - 3.3
+install:
+ - pip install . --use-mirrors
+script:
+ - python setup.py test -q
+notifications:
+ email: false