summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorChris St. Pierre <chris.a.st.pierre@gmail.com>2013-03-25 16:22:58 -0400
committerChris St. Pierre <chris.a.st.pierre@gmail.com>2013-03-25 16:22:58 -0400
commita02800b75bf6d6279260c1be3b6b4ab8929bd431 (patch)
tree8c648307be3c0ccff284617c4ec7bf733158c784 /.travis.yml
parent9c603d8267c0a511968a8a553d7fa0b2d5bf9b73 (diff)
downloadbcfg2-a02800b75bf6d6279260c1be3b6b4ab8929bd431.tar.gz
bcfg2-a02800b75bf6d6279260c1be3b6b4ab8929bd431.tar.bz2
bcfg2-a02800b75bf6d6279260c1be3b6b4ab8929bd431.zip
travis-ci: start running py3k tests with some optional deps
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml6
1 files changed, 0 insertions, 6 deletions
diff --git a/.travis.yml b/.travis.yml
index f5aade735..655d9fad5 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -7,12 +7,6 @@ python:
env:
- WITH_OPTIONAL_DEPS=yes
- WITH_OPTIONAL_DEPS=no
-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: