commit c427b766910c7edaff54604118117e953d40b436 Author: Arturo Filastò art@fuffa.org Date: Sat Dec 28 15:17:12 2013 +0100
Explicitly specify the scapy version so that pip does not fail --- .travis.yml | 1 - requirements.txt | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-)
diff --git a/.travis.yml b/.travis.yml index 50e0e2c..0a7ae5b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,7 +8,6 @@ python: install: - pip install pyrex - pip install coveralls - - pip install scapy-real - pip install -r requirements.txt --use-mirrors - python setup.py install # command to run tests, e.g. python setup.py test diff --git a/requirements.txt b/requirements.txt index 815bb89..793c68e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -20,4 +20,4 @@ zope.interface>=3.6
# Get scapy 2.2 from pypi # https://pypi.python.org/pypi/scapy-real/2.2.0-dev -scapy-real +scapy-real==2.2.0-dev
tor-commits@lists.torproject.org