[tor-commits] [ooni-probe/master] Install pyrex and python deps via pip
art at torproject.org
art at torproject.org
Tue Apr 30 13:01:44 UTC 2013
commit c3665b2ab816f0160cf5e391a44f020cc876d5a5
Author: Arturo Filastò <art at fuffa.org>
Date: Mon Apr 22 17:43:20 2013 +0200
Install pyrex and python deps via pip
---
.travis.yml | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/.travis.yml b/.travis.yml
index 1631ae5..78cf20e 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,13 +1,14 @@
language: python
before_install:
- - sudo apt-get install tor python-pyrex
+ - sudo apt-get install tor
python:
- "2.7"
- "2.6"
# command to install dependencies
# the first is for testing pip and the second for setuptools
install:
- #- pip install -r requirements.txt --use-mirrors
+ - pip install pyrex
+ - pip install -r requirements.txt --use-mirrors
- python setup.py install
# command to run tests, e.g. python setup.py test
script:
More information about the tor-commits
mailing list