From aa31b8ace8f3bf2c12fff7c13a07b204c72aee8a Mon Sep 17 00:00:00 2001 From: Glandos Date: Tue, 6 Apr 2021 22:37:59 +0200 Subject: [PATCH] Also upgrade virtualenv As mentioned in https://travis-ci.community/t/pip-install-cryptography-fails-on-py36/11233/4 --- .travis.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 8cd0e6e7..cc4db2b7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,7 +7,6 @@ python: - "3.9" script: tox before_install: - - python -m pip install --upgrade pip + - python -m pip install --upgrade pip virtualenv install: - - pip --version - pip install tox-travis