Skip to content

Commit 931b34e

Browse files
authored
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](pypa/virtualenv#355), and I suspect with the virtualenv rewrite fixed the problem with site.py and the warnings referred to for the DRF tests.
1 parent 7921e9a commit 931b34e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ matrix:
4040
- env: DJANGO=master
4141

4242
install:
43-
- pip install tox tox-venv tox-travis
43+
- pip install tox tox-travis
4444

4545
script:
4646
- tox

0 commit comments

Comments
 (0)