Skip to content

Commit d8c0c49

Browse files
adamchainzsigvef
authored andcommitted
Remove tox-venv from Travis setup (encode#7585)
This was added in encode#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 b104644 commit d8c0c49

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)