From e965b6de7515273d7bd33f3dec8176cc2b3a06fe Mon Sep 17 00:00:00 2001 From: "Chris St. Pierre" Date: Mon, 4 Mar 2013 14:17:31 -0500 Subject: travis-ci: use mirrors when installing, test on py3.3 --- .travis.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to '.travis.yml') 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 -- cgit v1.2.3-1-g7c22