summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephan Richter <stephan.richter@gmail.com>2013-03-04 15:35:25 -0500
committerStephan Richter <stephan.richter@gmail.com>2013-03-04 15:35:25 -0500
commit444b1ee3f28c30603eed22dfeb495791b412e3d4 (patch)
tree67f4d322e5cd18ea41b19d1736feb7b3f780ff0c
parentca75fe1d311c485471b53939f5127381cbaa0c40 (diff)
downloadzope-security-444b1ee3f28c30603eed22dfeb495791b412e3d4.tar.gz
'Updated Travis YAML.'
-rw-r--r--.travis.yml12
1 files changed, 12 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
new file mode 100644
index 0000000..6c854d4
--- /dev/null
+++ b/.travis.yml
@@ -0,0 +1,12 @@
+language: python
+python:
+ - 2.6
+ - 2.7
+ - 3.2
+ - 3.3
+install:
+ - pip install . --use-mirrors
+script:
+ - python setup.py test -q
+notifications:
+ email: false