Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 41d998f commit 978fefaCopy full SHA for 978fefa
1 file changed
.travis.yml
@@ -17,7 +17,7 @@ install: pip install coveralls tox
17
script: tox
18
before_install:
19
# work around https://github.com/travis-ci/travis-ci/issues/8363
20
- - pyenv global system 3.5
+ - which python3.5 || (pyenv install 3.5.4 && pyenv global system 3.5.4)
21
- git --version
22
- |
23
if [ "$LATEST_GIT" = "1" ]; then
0 commit comments