commit 35a786ceb0ddbe6c675ef8d79e000e7a7dd3c42d Author: Isis Lovecruft isis@torproject.org Date: Fri Apr 19 23:15:16 2013 +0000
And that should be a lowercase "i". --- .travis.yml | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/.travis.yml b/.travis.yml index bad21ae..1a2509f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,7 +9,7 @@ python: - "2.7" - "2.6" install: - - pip -I "https://pypi.python.org/packages/" --use-mirrors -r requirements.txt + - pip install -i "https://pypi.python.org/packages/" --use-mirrors -r requirements.txt - python setup.py install # command to run tests, e.g. python setup.py test script:
tor-commits@lists.torproject.org