summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml9
1 files changed, 5 insertions, 4 deletions
diff --git a/.travis.yml b/.travis.yml
index 8786dcc77..f5aade735 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -11,21 +11,22 @@ 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:
- testsuite/install.sh
- - pip install -e .
+ - pip install --use-mirrors -e .
script:
- nosetests testsuite
branches:
except:
- - maint
+ - maint-1.2
- 1.1.0-stable
- - py3k
notifications:
email: chris.a.st.pierre@gmail.com
- irc:
+ irc:
channels:
- "irc.freenode.org#bcfg2"
use_notice: true