summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2019-04-24 09:18:44 -0400
committerJason R. Coombs <jaraco@jaraco.com>2019-04-24 09:18:44 -0400
commit5bd3e6069e32cc94725fa389758e055126f3cdc5 (patch)
treebcd614e4388bc2025aa69fcf26444ae523626125
parentbb4c6091319fc3d33d4aebd15da483bb90acdbc9 (diff)
downloadpytest-runner-5bd3e6069e32cc94725fa389758e055126f3cdc5.tar.gz
Rely on tox 3.2 and pip 10 or later for all builds
-rw-r--r--tox.ini4
1 files changed, 3 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index 5ce2047..78161a5 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,6 +1,8 @@
[tox]
envlist = python
-minversion = 2.4
+minversion = 3.2
+requires =
+ pip >= 10
# https://github.com/jaraco/skeleton/issues/6
tox_pip_extensions_ext_venv_update = true