[tor-commits] [ooni-probe/master] Add --use-mirrors to the TravisCI install command, as is recommended.

isis at torproject.org isis at torproject.org
Tue Mar 12 02:28:27 UTC 2013


commit d0c26b71b78a3285df8db82aabfb67dcd806d750
Author: Isis Lovecruft <isis at torproject.org>
Date:   Sun Mar 10 08:21:02 2013 +0000

    Add --use-mirrors to the TravisCI install command, as is recommended.
---
 .travis.yml |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index 13b421b..a2324e6 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -4,6 +4,6 @@ python:
   - "2.7"
   - "2.6"
 # command to install dependencies, e.g. pip install -r requirements.txt --use-mirrors
-install: pip install -r requirements.txt && ./inputs/make
+install: pip install -r requirements.txt --use-mirrors && ./inputs/make
 # command to run tests, e.g. python setup.py test
 script:  bin/ooniprobe nettest/blocking/tcpconnect.py -f inputs/ooni-inputs/processed/alexa-top-1k.txt





More information about the tor-commits mailing list