[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[tor-commits] [ooni-probe/master] Install pyrex and python deps via pip
commit c3665b2ab816f0160cf5e391a44f020cc876d5a5
Author: Arturo Filastò <art@xxxxxxxxx>
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:
_______________________________________________
tor-commits mailing list
tor-commits@xxxxxxxxxxxxxxxxxxxx
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits