Skip to content

Commit 70c630a

Browse files
vstinnerlarryhastings
authored andcommitted
bpo-31568, Travis CI: Fix python3.5 (python#3737)
Works around Travis CI bug about the python3.5 binary: travis-ci/travis-ci#8363
1 parent 0d68d6d commit 70c630a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.travis.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@ matrix:
2323
# compiler here and the other to run the coverage build. Clang is preferred
2424
# in this instance for its better error messages.
2525
env: TESTING=cpython
26+
before_install:
27+
# work around https://github.com/travis-ci/travis-ci/issues/8363
28+
- pyenv global system 3.5
2629
- os: osx
2730
language: c
2831
compiler: clang

0 commit comments

Comments
 (0)