summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorChris St. Pierre <chris.a.st.pierre@gmail.com>2013-05-09 13:16:40 -0400
committerChris St. Pierre <chris.a.st.pierre@gmail.com>2013-05-09 13:16:40 -0400
commit749d186a8ca48452618b3cb517f445565836d18c (patch)
tree2bfd0f512ca75dd52714b17b125512b014b4e7d3 /.travis.yml
parentf262e9274102a64e6d777b4c094bee711b49e314 (diff)
downloadbcfg2-749d186a8ca48452618b3cb517f445565836d18c.tar.gz
bcfg2-749d186a8ca48452618b3cb517f445565836d18c.tar.bz2
bcfg2-749d186a8ca48452618b3cb517f445565836d18c.zip
enable CI tests on py3.2
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 73b8a9594..655d9fad5 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -3,6 +3,7 @@ python:
- "2.5"
- "2.6"
- "2.7"
+ - "3.2"
env:
- WITH_OPTIONAL_DEPS=yes
- WITH_OPTIONAL_DEPS=no