Fix boto import error under Jessie testing environment

This commit is contained in:
Daniel Graña 2018-12-20 19:23:23 -03:00
parent 665c04b0c1
commit f6dfc5f3dd
1 changed files with 5 additions and 0 deletions

View File

@ -43,6 +43,11 @@ 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