Remove tox-venv from Travis setup

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 10:50:28 +01:00
parent 7921e9af43
commit d618137c95

View File

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