summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2017-04-28 19:21:34 -0400
committerJason R. Coombs <jaraco@jaraco.com>2017-04-28 19:21:53 -0400
commit110cb56c59e99c5d0c630612f8593a7ef55ce732 (patch)
tree3c8662d8f2e96bea07338a831f38b0efcc01f3fb
parent3383a3aceb435cef929c13dff3e54e46af01cf49 (diff)
downloadpytest-runner-110cb56c59e99c5d0c630612f8593a7ef55ce732.tar.gz
Require tox 2.4 or later; fixes #2.
-rw-r--r--tox.ini3
1 files changed, 3 insertions, 0 deletions
diff --git a/tox.ini b/tox.ini
index 8efcba6..1ae06ef 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,3 +1,6 @@
+[tox]
+minversion = 2.4
+
[testenv]
commands = py.test {posargs}
usedevelop = True