Skip to content

Commit

Permalink
ci: Travis: before_install for py34
Browse files Browse the repository at this point in the history
  • Loading branch information
blueyed committed May 21, 2021
1 parent 28249c8 commit 26b99d4
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,11 @@ jobs:
env: TOXENV=py27-coverage
- python: '3.4'
env: TOXENV=py34-coverage
before_install:
# Install latest available pip.
# 18.1 (installed) is too old to not install too new packages (attrs).
# 19.2 dropped support for Python 3.4.
- python -m pip install -U pip==19.1.1
- python: '3.5'
env: TOXENV=py35-coverage
- python: '3.6'
Expand Down

0 comments on commit 26b99d4

Please sign in to comment.