Skip to content

Commit

Permalink
Fix travis build with python3.6 (#734)
Browse files Browse the repository at this point in the history
Upgrade pip **and** virtualenv, as mentioned in https://travis-ci.community/t/pip-install-cryptography-fails-on-py36/11233/4

Tox is building its own virtualenv, so the image from TravisCI might not be enough for pip to find the wheel.
  • Loading branch information
Glandos authored Apr 6, 2021
1 parent ce1c2c2 commit 3ae54c1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,7 @@ python:
- "3.8"
- "3.9"
script: tox
before_install:
- python -m pip install --upgrade pip virtualenv
install:
- pip install tox-travis

0 comments on commit 3ae54c1

Please sign in to comment.