summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2016-09-22 10:50:07 -0500
committerJason R. Coombs <jaraco@jaraco.com>2016-09-22 10:50:07 -0500
commit750a2b38964adc868b1a7f4570afa1532418b12c (patch)
tree5fef50d62dd7a3679c30c797f1f4373d0f0a95a5 /setup.cfg
parent03c1cc86843bcfbb6c2a9366d285427ac006aeee (diff)
downloadpytest-runner-750a2b38964adc868b1a7f4570afa1532418b12c.tar.gz
Use tox instead of pytest-runner
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg1
1 files changed, 0 insertions, 1 deletions
diff --git a/setup.cfg b/setup.cfg
index f5ee607..4659acc 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,7 +1,6 @@
[aliases]
release = dists upload
dists = clean --all sdist bdist_wheel
-test = pytest
[wheel]
universal = 1