mirror of https://github.com/scrapy/scrapy.git
Needs to be installed within tox env
This commit is contained in:
parent
f6dfc5f3dd
commit
8ed6beb7f9
|
|
@ -43,11 +43,6 @@ install:
|
|||
virtualenv --python="$PYPY_VERSION/bin/pypy3" "$HOME/virtualenvs/$PYPY_VERSION"
|
||||
source "$HOME/virtualenvs/$PYPY_VERSION/bin/activate"
|
||||
fi
|
||||
if [ "$TOXENV" = "jessie" ]; then
|
||||
# Not used directly but allows boto GCE plugins to load.
|
||||
# https://github.com/GoogleCloudPlatform/compute-image-packages/issues/262
|
||||
pip install google-compute-engine
|
||||
fi
|
||||
- pip install -U tox twine wheel codecov
|
||||
|
||||
script: tox
|
||||
|
|
|
|||
3
tox.ini
3
tox.ini
|
|
@ -51,6 +51,9 @@ deps =
|
|||
cssselect==0.9.1
|
||||
zope.interface==4.1.1
|
||||
-rtests/requirements-py2.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