Skip to content

Commit f4681b8

Browse files
authored
Workaround Python 3.4 pip failure on Travis (#33)
1 parent 873e05c commit f4681b8

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.travis.yml

+3
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,9 @@ matrix:
2727
env: TOXENV=py36-doctest
2828

2929
install:
30+
# Upgrade pip to avoid issues installing tox on Python 3.4:
31+
# https://github.com/pypa/setuptools/issues/951
32+
- pip install -U pip
3033
- pip install -U tox
3134

3235
script:

0 commit comments

Comments
 (0)