mirror of
https://github.com/encode/django-rest-framework.git
synced 2024-11-22 01:26:53 +03:00
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:
parent
7921e9af43
commit
931b34e7de
|
@ -40,7 +40,7 @@ matrix:
|
|||
- env: DJANGO=master
|
||||
|
||||
install:
|
||||
- pip install tox tox-venv tox-travis
|
||||
- pip install tox tox-travis
|
||||
|
||||
script:
|
||||
- tox
|
||||
|
|
Loading…
Reference in New Issue
Block a user