mirror of https://github.com/scrapy/scrapy.git
do not skip image tests and set a fixed pyOpenSSL version
This commit is contained in:
parent
26809d2254
commit
de57e27d81
|
|
@ -2,4 +2,5 @@ pyOpenSSL
|
|||
lxml
|
||||
twisted
|
||||
boto
|
||||
Pillow
|
||||
.
|
||||
|
|
|
|||
|
|
@ -1,6 +1,7 @@
|
|||
# travis workers uses openssl 1.0 that fails for pyOpenSSL < 0.13
|
||||
pyOpenSSL
|
||||
pyOpenSSL==0.13
|
||||
lxml==2.2.4
|
||||
twisted==10.0.0
|
||||
boto==1.9b
|
||||
Pillow<2.0
|
||||
.
|
||||
|
|
|
|||
|
|
@ -1,6 +1,7 @@
|
|||
# travis workers uses openssl 1.0 that fails for pyOpenSSL < 0.13
|
||||
pyOpenSSL
|
||||
pyOpenSSL==0.13
|
||||
lxml==2.3.2
|
||||
twisted==11.1.0
|
||||
boto==2.2.2
|
||||
Pillow<2.0
|
||||
.
|
||||
|
|
|
|||
Loading…
Reference in New Issue