[tor-commits] [bridgedb/master] Add --no-use-wheel when pip installing Travis CI dependencies.

isis at torproject.org isis at torproject.org
Tue Feb 3 02:31:00 UTC 2015


commit e01aedc7ebe9cd767c87e2f0ee1ad4fd1cf4e21f
Author: Isis Lovecruft <isis at torproject.org>
Date:   Thu Aug 7 06:16:34 2014 +0000

    Add --no-use-wheel when pip installing Travis CI dependencies.
---
 .travis.yml |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml
index 9066fc7..e664a26 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -42,7 +42,7 @@ before_install:
 
 install:
   - sudo apt-get install -qq --no-install-suggests --no-install-recommends build-essential openssl sqlite3 libgpgme11 libgpgme11-dev python-dev python-setuptools
-  - pip install -q -r .travis.requirements.txt
+  - pip install -q --no-use-wheel -r .travis.requirements.txt
   - pip install -q --no-use-wheel Twisted==$TWISTED_VERSION pyOpenSSL==$PYOPENSSL_VERSION
   - make install
 





More information about the tor-commits mailing list