Skip to content

Commit b9955ad

Browse files
committed
ci: Drop tox-venv
Its README says it is mostly obsolete due to improvements in virtualenv. Using it appears to cause problems related to pypa/setuptools#1934 because virtualenv installs the wheel package by default but venv doesn't.
1 parent 1ce7349 commit b9955ad

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
@@ -39,7 +39,7 @@ jobs:
3939
env: TOX_ENV=lint
4040

4141
install:
42-
- travis_retry pip install tox tox-venv
42+
- travis_retry pip install tox
4343
- python -VV
4444
- curl-config --version; pip freeze
4545

0 commit comments

Comments
 (0)