summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini5
1 files changed, 3 insertions, 2 deletions
diff --git a/tox.ini b/tox.ini
index ab6cd40..1d81b81 100644
--- a/tox.ini
+++ b/tox.ini
@@ -3,9 +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
+# 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
tox-venv