Merge pull request #615 from pre-commit/multiple_versions

Work around travis-ci/travis-ci#8363
This commit is contained in:
Anthony Sottile
2017-09-07 09:54:31 -07:00
committed by GitHub

View File

@@ -16,6 +16,8 @@ matrix:
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
- git --version
- |
if [ "$LATEST_GIT" = "1" ]; then