[tor-commits] [oonib/master] Apparently, travis-lint doesn't find missing quotes. And TravisCI has pip1.3.1.
isis at torproject.org
isis at torproject.org
Sat May 4 16:10:28 UTC 2013
commit 12d6970b4dc37867ffd63a22a528fd9472adb03e
Author: Isis Lovecruft <isis at torproject.org>
Date: Fri Apr 19 23:11:19 2013 +0000
Apparently, travis-lint doesn't find missing quotes. And TravisCI has pip1.3.1.
---
.travis.yml | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/.travis.yml b/.travis.yml
index 6ab2862..bad21ae 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,15 +1,15 @@
language: python
before_install:
- sudo apt-get install build-essential python-dev python-setuptools tor
- - curl -O https://raw.github.com/pypa/pip/master/contrib/get-pip.py
- - sudo python ./get-pip.py
- - sudo update-alternatives --install /usr/bin/pip pip /usr/local/bin/pip 0
+ #- curl -O https://raw.github.com/pypa/pip/master/contrib/get-pip.py
+ #- sudo python ./get-pip.py
+ #- sudo update-alternatives --install /usr/bin/pip pip /usr/local/bin/pip 0
python:
- "3.3"
- "2.7"
- "2.6"
install:
- - pip -I "https://pypi.python.org/packages/ --use-mirrors -r requirements.txt
+ - pip -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:
More information about the tor-commits
mailing list