From a57b2b1e27fc982e9178fd980fb92c0741c3b3ef Mon Sep 17 00:00:00 2001 From: Glandos Date: Tue, 6 Apr 2021 14:18:04 +0200 Subject: [PATCH] Do it as Travis doc said See https://docs.travis-ci.com/user/languages/python/#new-dependency-resolver-in-pip-203 --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index fe569fd7..cb583cf8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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