Slower travis-ci workaround after 2017 q4 updates

This commit is contained in:
Anthony Sottile
2018-01-02 11:47:01 -08:00
parent 41d998f1c4
commit 978fefa57a

View File

@@ -17,7 +17,7 @@ install: pip install coveralls tox
script: tox
before_install:
# work around https://github.com/travis-ci/travis-ci/issues/8363
- pyenv global system 3.5
- which python3.5 || (pyenv install 3.5.4 && pyenv global system 3.5.4)
- git --version
- |
if [ "$LATEST_GIT" = "1" ]; then