summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml6
1 files changed, 6 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index e2a9d7c..ca2b3ad 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -14,6 +14,12 @@ sudo: false
python:
- 2.6
- 2.7
+ - 3.3
+ - 3.4
+matrix:
+ allow_failures:
+ - python: 3.3
+ - python: 3.4
install:
- if [[ $TRAVIS_PYTHON_VERSION == '2.6' ]]; then travis_retry pip install Twisted==15.0.0 ; else travis_retry pip install Twisted ; fi