We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 04018ad commit e3ab890Copy full SHA for e3ab890
.travis.yml
@@ -16,6 +16,8 @@ matrix:
16
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
21
- git --version
22
- |
23
if [ "$LATEST_GIT" = "1" ]; then
0 commit comments