summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEli Bendersky <eliben@gmail.com>2015-04-18 09:02:53 -0700
committerEli Bendersky <eliben@gmail.com>2015-04-18 09:02:53 -0700
commit126492f006edad4dbffda54466e1db679b6700c9 (patch)
tree2de1b15942ec99d419a035acfa2bdd8c97de7cc3
parent736c126a79aafc815d75b88b0f0d40894ad81269 (diff)
downloadpycparser-126492f006edad4dbffda54466e1db679b6700c9.tar.gz
Add Python 3.4 to Travis
-rw-r--r--.travis.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index deb5586..68e8c0c 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -4,5 +4,6 @@ python:
- "2.7"
- "3.2"
- "3.3"
+ - "3.4"
script: python tests/all_tests.py