mirror of
https://github.com/spiral-project/ihatemoney.git
synced 2025-05-06 05:01:48 +02:00
Do it as Travis doc said
See https://docs.travis-ci.com/user/languages/python/#new-dependency-resolver-in-pip-203
This commit is contained in:
parent
35c16e1392
commit
a57b2b1e27
1 changed files with 2 additions and 1 deletions
|
@ -6,6 +6,7 @@ python:
|
|||
- "3.8"
|
||||
- "3.9"
|
||||
script: tox
|
||||
before_install:
|
||||
- python -m pip install --upgrade pip
|
||||
install:
|
||||
- pip install --upgrade pip
|
||||
- pip install tox-travis
|
||||
|
|
Loading…
Reference in a new issue