mirror of
https://github.com/pre-commit/pre-commit.git
synced 2026-02-17 08:14:42 +04:00
Merge pull request #673 from pre-commit/better_travis_workaround
Slower travis-ci workaround after 2017 q4 updates
This commit is contained in:
commit
9b6fb149f9
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue