summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorSviatoslav Sydorenko <wk@sydorenko.org.ua>2017-09-13 21:01:22 +0300
committerSviatoslav Sydorenko <wk@sydorenko.org.ua>2017-09-13 21:01:22 +0300
commitcf8bed55dde7ed7e323f452f5c298a187f83dc53 (patch)
tree764d6cd4a259549ea6b4d1eab8e3996aac5d8f56 /setup.cfg
parent6add12600730824ac6183fe31fd7ff488711b2b6 (diff)
downloadcherrypy-git-cf8bed55dde7ed7e323f452f5c298a187f83dc53.tar.gz
Fix integration of pytest-runner with setuptools
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg1
1 files changed, 1 insertions, 0 deletions
diff --git a/setup.cfg b/setup.cfg
index 6c756a3b..8ade6ffa 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,5 +1,6 @@
[aliases]
release = sdist bdist_wheel
+test = pytest
[wheel]
universal = 1