commit 74cee6ab8ccf9081817f136f442fe1ff451776e4 Author: Isis Lovecruft isis@torproject.org Date: Sun Apr 21 03:30:09 2013 +0000
Don't override the pip PI URI for TravisCI; use alternate ".requirements.travis".
* (oonib)∃!isisⒶwintermute:~/code/torproject/ooni-backend ∴ date Sun Apr 21 03:29:49 UTC 2013 (oonib)∃!isisⒶwintermute:~/code/torproject/ooni-backend ∴ travis-lint Hooray, /home/isis/code/torproject/ooni-backend/.travis.yml seems to be solid! --- .requirements.travis | 25 +++++++++++++++++++++++++ .travis.yml | 2 +- 2 files changed, 26 insertions(+), 1 deletions(-)
diff --git a/.requirements.travis b/.requirements.travis new file mode 100644 index 0000000..e2929a6 --- /dev/null +++ b/.requirements.travis @@ -0,0 +1,25 @@ +## we do not want to override the PI URI for TravisCI: +#-i https://pypi.python.org/packages +PyYAML>=3.10 +#https://pypi.python.org/packages/source/P/PyYAML/PyYAML-3.10.tar.gz#md5=74c9... +Twisted>=12.2.0 +#https://pypi.python.org/packages/source/T/Twisted/Twisted-13.0.0.tar.bz2#md5... +cyclone>=1.1 +#https://pypi.python.org/packages/source/c/cyclone/cyclone-1.1.tar.gz#md5=477... +ipaddr>=2.1.10 +#https://ipaddr-py.googlecode.com/files/ipaddr-2.1.10.tar.gz#sha1=c608450b077... +pygeoip>=0.2.6 +#https://pypi.python.org/packages/source/p/pygeoip/pygeoip-0.2.6.zip#md5=b3ac... +# Originally fetched from the hg repo on secdev.org: +# https://hg.secdev.org/scapy/archive/tip.zip#egg=scapy +# This is a Tor Project mirror with valid SSL/TLS certs that is stable and fast: +https://people.torproject.org/~ioerror/src/mirrors/ooniprobe/scapy-02-25-201... +transaction>=1.4.1 +#https://pypi.python.org/packages/source/t/transaction/transaction-1.4.1.zip#... +storm>=0.19 +#https://pypi.python.org/packages/source/s/storm/storm-0.19.tar.gz#md5=61d1ee... +txtorcon>=0.7 +pyOpenSSL>=0.13 +zope.component>=4.0.0 +zope.event>=4.0.0 +zope.interface>=4.0.1 diff --git a/.travis.yml b/.travis.yml index adc1117..f347600 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,7 +10,7 @@ python: - "2.7" - "2.6" install: - - pip install -r requirements.txt --use-mirrors + - pip install -r .requirements.travis --use-mirrors - python setup.py install # command to run tests, e.g. python setup.py test script:
tor-commits@lists.torproject.org