do not skip image tests and set a fixed pyOpenSSL version

This commit is contained in:
Daniel Graña 2013-06-20 10:44:20 -03:00
parent 26809d2254
commit de57e27d81
3 changed files with 5 additions and 2 deletions

View File

@ -2,4 +2,5 @@ pyOpenSSL
lxml
twisted
boto
Pillow
.

View File

@ -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
.

View File

@ -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
.