Skip to content

Commit 26b99d4

Browse files
committed
ci: Travis: before_install for py34
1 parent 28249c8 commit 26b99d4

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.travis.yml

+5
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,11 @@ jobs:
1111
env: TOXENV=py27-coverage
1212
- python: '3.4'
1313
env: TOXENV=py34-coverage
14+
before_install:
15+
# Install latest available pip.
16+
# 18.1 (installed) is too old to not install too new packages (attrs).
17+
# 19.2 dropped support for Python 3.4.
18+
- python -m pip install -U pip==19.1.1
1419
- python: '3.5'
1520
env: TOXENV=py35-coverage
1621
- python: '3.6'

0 commit comments

Comments
 (0)