Skip to content

Commit f4a0473

Browse files
committed
Workaround for py35
1 parent 4172699 commit f4a0473

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.travis.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@ env:
99
- TOX_ENV=py35
1010
- TOX_ENV=py36
1111

12+
before_install:
13+
# work around https://github.com/travis-ci/travis-ci/issues/8363
14+
- pyenv global system 3.5
15+
1216
install:
1317
- travis_retry pip install -U pip wheel tox
1418
- travis_retry pip install -U -r requirements.txt -e .

0 commit comments

Comments
 (0)