mirror of https://github.com/scrapy/scrapy.git
backport boto import error under GCE env
This commit is contained in:
parent
8a58d2305f
commit
5e65e52e05
3
tox.ini
3
tox.ini
|
|
@ -51,6 +51,9 @@ deps =
|
|||
cssselect==0.9.1
|
||||
zope.interface==4.1.1
|
||||
-rtests/requirements.txt
|
||||
# Not used directly but allows boto GCE plugins to load.
|
||||
# https://github.com/GoogleCloudPlatform/compute-image-packages/issues/262
|
||||
google-compute-engine==2.8.12
|
||||
|
||||
[testenv:trunk]
|
||||
basepython = python2.7
|
||||
|
|
|
|||
Loading…
Reference in New Issue