mirror of
https://github.com/pre-commit/pre-commit.git
synced 2026-02-17 08:14:42 +04:00
Merge pull request #615 from pre-commit/multiple_versions
Work around travis-ci/travis-ci#8363
This commit is contained in:
commit
8a420993eb
1 changed files with 2 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue