[tor-commits] [ooni-probe/master] Install pyrex-real so that new pip does not give error

art at torproject.org art at torproject.org
Fri Feb 28 14:32:21 UTC 2014


commit 517bc729cde4ad6dccc63223876b855f12524273
Author: Arturo Filastò <art at fuffa.org>
Date:   Fri Feb 28 15:16:10 2014 +0100

    Install pyrex-real so that new pip does not give error
---
 .travis.yml |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml
index 3514d79..718e405 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -6,7 +6,7 @@ python:
 # command to install dependencies
 # the first is for testing pip and the second for setuptools
 install:
-  - pip install pyrex
+  - pip install pyrex-real
   - pip install coveralls
   - python setup.py install
   - pip install -r requirements-dev.txt





More information about the tor-commits mailing list