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.
This commit is contained in:
Adam Johnson 2020-10-09 11:09:34 +01:00 committed by GitHub
parent 7921e9af43
commit 931b34e7de
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -40,7 +40,7 @@ matrix:
- env: DJANGO=master
install:
- pip install tox tox-venv tox-travis
- pip install tox tox-travis
script:
- tox