Skip to content

Commit

Permalink
Remove tox-venv and tox-pip-version. Tox-venv is discouraged (tox-dev…
Browse files Browse the repository at this point in the history
…/tox-venv#48 (comment)) and tox-pip-version was only there to support tox-venv. venv is dead; long live virtualenv.
  • Loading branch information
jaraco committed Apr 27, 2020
1 parent bb96dc3 commit f66d878
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,10 @@ envlist = python
minversion = 3.2
# https://github.com/jaraco/skeleton/issues/6
tox_pip_extensions_ext_venv_update = true
# Ensure that a late version of pip is used even on tox-venv.
requires =
tox-pip-version>=0.0.6
tox-venv


[testenv]
deps =
pip_version = pip
commands =
pytest {posargs}
usedevelop = True
Expand Down

0 comments on commit f66d878

Please sign in to comment.