summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorChris St. Pierre <chris.a.st.pierre@gmail.com>2013-03-04 14:17:31 -0500
committerChris St. Pierre <chris.a.st.pierre@gmail.com>2013-03-04 14:17:40 -0500
commite965b6de7515273d7bd33f3dec8176cc2b3a06fe (patch)
treed7af72db16c87287fd955b0b7dd655e6b7c85c0e /.travis.yml
parent363c1fa52dd2197a56fae3c9c112bc14adadd0f3 (diff)
downloadbcfg2-e965b6de7515273d7bd33f3dec8176cc2b3a06fe.tar.gz
bcfg2-e965b6de7515273d7bd33f3dec8176cc2b3a06fe.tar.bz2
bcfg2-e965b6de7515273d7bd33f3dec8176cc2b3a06fe.zip
travis-ci: use mirrors when installing, test on py3.3
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml5
1 files changed, 3 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index 8786dcc77..a2838ea2b 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -4,6 +4,7 @@ python:
- "2.6"
- "2.7"
- "3.2"
+ - "3.3"
env:
- WITH_OPTIONAL_DEPS=yes
- WITH_OPTIONAL_DEPS=no
@@ -15,7 +16,7 @@ before_install:
- testsuite/before_install.sh
install:
- testsuite/install.sh
- - pip install -e .
+ - pip install --use-mirrors -e .
script:
- nosetests testsuite
branches:
@@ -25,7 +26,7 @@ branches:
- py3k
notifications:
email: chris.a.st.pierre@gmail.com
- irc:
+ irc:
channels:
- "irc.freenode.org#bcfg2"
use_notice: true