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

Skip to content

Commit 978fefa

Browse files
committed
Slower travis-ci workaround after 2017 q4 updates
1 parent 41d998f commit 978fefa

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)