aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatěj Cepl <mcepl@cepl.eu>2015-01-13 10:57:58 +0100
committerMatěj Cepl <mcepl@cepl.eu>2015-01-13 11:00:18 +0100
commitdeba136e5016e45310ba2a0331a15c3ed47db5d1 (patch)
treecdbe08c586232556aa20882de1032fa1a374c1ab
parent506281535eebb163780ff34364faa4152c9f5d50 (diff)
downloadyamlish-deba136e5016e45310ba2a0331a15c3ed47db5d1.tar.gz
Add Travis test runs for py3k.
-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