summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2019-10-25 19:39:34 -0400
committerJason R. Coombs <jaraco@jaraco.com>2019-10-25 19:39:34 -0400
commitc169e5e50fd5f18dfe554d06bfe3940cc950b13e (patch)
tree08d3de81f0c5af63e3115fe62098163f5b2d8280
parent1cfcc4214082bcb6bec9ea51ad91f15446488e9b (diff)
downloadpytest-runner-c169e5e50fd5f18dfe554d06bfe3940cc950b13e.tar.gz
Bring back tox-pip-version now that pglass/tox-pip-version#20 is fixed.
-rw-r--r--tox.ini3
1 files changed, 1 insertions, 2 deletions
diff --git a/tox.ini b/tox.ini
index 1d81b81..d267e16 100644
--- a/tox.ini
+++ b/tox.ini
@@ -4,9 +4,8 @@ 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.
-# Disabled due to pglass/tox-pip-version#20.
requires =
-# tox-pip-version
+ tox-pip-version>=0.0.6
tox-venv