scrapy/.travis
Daniel Graña c43931ea8c Use latest pyOpenSSL for all travis tests environments
SSLv2 was removed from OpenSSL 1.0 and above but it is still referenced
by pyOpenSSL < 0.13. Travis workers are precise hosts with OpenSSL 1.0
and pyOpenSSL 0.12 (!) with a debian patch to workaround this problem
that is not present in pyOpenSSL 0.12 shipped by PyPi.

Trying to install pyOpenSSL 0.10 or 0.12 from packages at PyPi under a
system with OpenSSL >= 1.0 will success but fails at import time with a
message similar to:

    ImportError: .../lib/python2.7/site-packages/OpenSSL/SSL.so: undefined symbol: SSLv2_method
2013-03-20 11:44:48 -03:00
..
requirements-latest.txt add requirements file per travis env 2012-05-17 08:53:18 -03:00
requirements-lucid.txt Use latest pyOpenSSL for all travis tests environments 2013-03-20 11:44:48 -03:00
requirements-precise.txt Use latest pyOpenSSL for all travis tests environments 2013-03-20 11:44:48 -03:00