mirror of
https://github.com/pre-commit/pre-commit.git
synced 2026-01-14 04:50:20 -06:00
Merge pull request #615 from pre-commit/multiple_versions
Work around travis-ci/travis-ci#8363
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user