summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2017-03-01 22:11:51 -0800
committerBenjamin Peterson <benjamin@python.org>2017-03-01 22:11:51 -0800
commitee15bee3b186632a78f24db688197b1bc04d5a0a (patch)
treee468b518d0003f1930da57a940ce7218a78432d1 /setup.cfg
parent2c3492a9f16d294cd5e6b43d6110c5a3a2e58b4c (diff)
downloadsix-git-ee15bee3b186632a78f24db688197b1bc04d5a0a.tar.gz
pytest -> tool:pytest in setup.cfg
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.cfg b/setup.cfg
index 4a5b847..57db4d9 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -5,7 +5,7 @@ universal = 1
max-line-length = 100
ignore = F821
-[pytest]
+[tool:pytest]
minversion=2.2.0
pep8ignore =
documentation/*.py ALL