Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 9b6fb14

Browse files
authored
Merge pull request #673 from pre-commit/better_travis_workaround
Slower travis-ci workaround after 2017 q4 updates
2 parents 41d998f + 978fefa commit 9b6fb14

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ install: pip install coveralls tox
1717
script: tox
1818
before_install:
1919
# work around https://github.com/travis-ci/travis-ci/issues/8363
20-
- pyenv global system 3.5
20+
- which python3.5 || (pyenv install 3.5.4 && pyenv global system 3.5.4)
2121
- git --version
2222
- |
2323
if [ "$LATEST_GIT" = "1" ]; then

0 commit comments

Comments
 (0)