mirror of
https://github.com/spiral-project/ihatemoney.git
synced 2025-04-28 09:22:38 +02:00
Fix travis build with python3.6 (#734)
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.
This commit is contained in:
parent
ce1c2c24a6
commit
3ae54c13f9
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue