We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 28249c8 commit 26b99d4Copy full SHA for 26b99d4
.travis.yml
@@ -11,6 +11,11 @@ jobs:
11
env: TOXENV=py27-coverage
12
- python: '3.4'
13
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
19
- python: '3.5'
20
env: TOXENV=py35-coverage
21
- python: '3.6'
0 commit comments