summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorChris St. Pierre <chris.a.st.pierre@gmail.com>2012-08-21 09:08:44 -0400
committerChris St. Pierre <chris.a.st.pierre@gmail.com>2012-08-21 13:33:20 -0400
commit6b70e18c5f4c4405299e54db7fa80e93dab81f0b (patch)
treef34485a8f348090fba46b08fad505523d40d1b9b /.travis.yml
parentfe716cc6c541239a34d55c0ca5812379a821779a (diff)
downloadbcfg2-6b70e18c5f4c4405299e54db7fa80e93dab81f0b.tar.gz
bcfg2-6b70e18c5f4c4405299e54db7fa80e93dab81f0b.tar.bz2
bcfg2-6b70e18c5f4c4405299e54db7fa80e93dab81f0b.zip
tweaked travis-ci stuff to build for py2.6, py3k, with/without optional deps
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml23
1 files changed, 22 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 62963f674..66b0ea87b 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -2,8 +2,29 @@ language: python
python:
- "2.6"
- "2.7"
+ - "3.2"
+env:
+ - WITH_OPTIONAL_DEPS=yes
+ - WITH_OPTIONAL_DEPS=no
+matrix:
+ exclude:
+ - python: 3.2
+ env: WITH_OPTIONAL_DEPS=yes
+before_install:
+ - testsuite/before_install.sh
install:
- - pip install -r testsuite/requirements.txt --use-mirrors
+ - testsuite/install.sh
- pip install -e .
script:
- nosetests testsuite
+branches:
+ except:
+ - maint
+ - 1.1.0-stable
+ - py3k
+notifications:
+ email: chris.a.st.pierre@gmail.com
+ irc:
+ channels:
+ - "irc.freenode.org#bcfg2"
+ use_notice: true