summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorJames Saryerwinnie <jls.npi@gmail.com>2012-07-06 11:07:38 -0700
committerJames Saryerwinnie <jls.npi@gmail.com>2012-07-09 09:55:00 -0700
commit7183595b85855b17d19dd820d5eedd8b0895a701 (patch)
tree072c6cc4d92eaaadbda3d2ba414bde08e36d3c80 /.travis.yml
parent4f2f365d8fac7139bd46b013831d87cdbe9cb607 (diff)
downloadboto-7183595b85855b17d19dd820d5eedd8b0895a701.tar.gz
Use pypi mirrors and don't apt-get update for travisci
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml3
1 files changed, 1 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index d23065d1..560b2203 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -3,7 +3,6 @@ python:
- "2.6"
- "2.7"
before_install:
- - sudo apt-get update
- sudo apt-get install swig
-install: pip install -r requirements.txt
+install: pip install --use-mirrors -r requirements.txt
script: python tests/test.py unit