Fix boto import error under Jessie testing environment

This commit is contained in:
Daniel Graña 2018-12-20 19:23:23 -03:00 committed by Vostretsov Nikita
parent d970be64cc
commit 7d3175ac84
1 changed files with 5 additions and 0 deletions

View File

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