summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorChris St. Pierre <chris.a.st.pierre@gmail.com>2013-03-04 14:51:18 -0500
committerChris St. Pierre <chris.a.st.pierre@gmail.com>2013-03-04 14:51:18 -0500
commit490b0bbb1d6910bc804de0960937e073bf7d9164 (patch)
treed3d6e03d67a0c68d244a7d45e93fe43aae829126 /.travis.yml
parent75c830320d28bb124c3e6750a2916f732cd91d26 (diff)
downloadbcfg2-490b0bbb1d6910bc804de0960937e073bf7d9164.tar.gz
bcfg2-490b0bbb1d6910bc804de0960937e073bf7d9164.tar.bz2
bcfg2-490b0bbb1d6910bc804de0960937e073bf7d9164.zip
travis-ci: skip tests with optional deps on py3.3
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index a2838ea2b..f93ab07c8 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -12,6 +12,8 @@ matrix:
exclude:
- python: "3.2"
env: WITH_OPTIONAL_DEPS=yes
+ - python: "3.3"
+ env: WITH_OPTIONAL_DEPS=yes
before_install:
- testsuite/before_install.sh
install: