From 931b34e7deb3b54e9b8205aad3a2448ff319e2b8 Mon Sep 17 00:00:00 2001 From: Adam Johnson Date: Fri, 9 Oct 2020 11:09:34 +0100 Subject: [PATCH] Remove tox-venv from Travis setup (#7585) This was added in #6139. However it seems [tox-venv is no longer maintained](https://github.com/tox-dev/tox-venv), the related [virtualenv issue has been closed](https://github.com/pypa/virtualenv/issues/355), and I suspect with the virtualenv rewrite fixed the problem with site.py and the warnings referred to for the DRF tests. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index c204c5460..2c2724bf6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -40,7 +40,7 @@ matrix: - env: DJANGO=master install: - - pip install tox tox-venv tox-travis + - pip install tox tox-travis script: - tox