mirror of
https://github.com/spiral-project/ihatemoney.git
synced 2025-05-06 05:01:48 +02:00
Fix travis build with python3.6
Some dependencies (cryptography / cffi) starts requiring a rust compiler. However, using a more recent `pip` should download the correct wheel, prebuilt.
This commit is contained in:
parent
ce1c2c24a6
commit
35c16e1392
1 changed files with 1 additions and 0 deletions
|
@ -7,4 +7,5 @@ python:
|
|||
- "3.9"
|
||||
script: tox
|
||||
install:
|
||||
- pip install --upgrade pip
|
||||
- pip install tox-travis
|
||||
|
|
Loading…
Reference in a new issue