aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml6
1 files changed, 5 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 20af494..f6248d2 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -3,4 +3,8 @@ python:
- "2.6"
- "2.7"
- "pypy"
-script: PYTHONPATH=$PYTHONPATH:. python setup.py test
+ - "3.2"
+ - "3.3"
+ - "3.4"
+script:
+ python setup.py test