summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephan Richter <stephan.richter@gmail.com>2013-03-04 15:40:19 -0500
committerStephan Richter <stephan.richter@gmail.com>2013-03-04 15:40:19 -0500
commitb88da7e96ca1c8e0acef91d9f75e590ba07c84f1 (patch)
tree022cbab43d7a1db0ab027a4c0c35a6ff46b57e6b
parent9f08bf77a37be8045dcb922c80c9fcec6682132b (diff)
downloadzope-tal-b88da7e96ca1c8e0acef91d9f75e590ba07c84f1.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..0adad65
--- /dev/null
+++ b/.travis.yml
@@ -0,0 +1,12 @@
+language: python
+python:
+ - 2.6
+ - 2.7
+ - 3.3
+ - pypy
+install:
+ - pip install . --use-mirrors
+script:
+ - python setup.py test -q
+notifications:
+ email: false