summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorJon Dufresne <jon.dufresne@gmail.com>2019-10-06 16:09:34 -0700
committerJosé Padilla <jpadilla@webapplicate.com>2019-10-06 19:09:34 -0400
commit3a20892442b34c754b26550e05f7f856fb008c94 (patch)
tree5f1122626b9e1f91632995e49011cf9b7c5280c7 /setup.cfg
parent1256a68de68464b3ae606f0ec2c03601ab1ea25c (diff)
downloadpyjwt-3a20892442b34c754b26550e05f7f856fb008c94.tar.gz
Remove setup.py test command in favor of pytest and tox (#442)
Using pytest and tox directly is simpler and more conventional then going through setup.py. Using setup.py installs packages as eggs where as tox uses the more typical pip. Overall simplifies setup.py. Fixes #415
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg3
1 files changed, 0 insertions, 3 deletions
diff --git a/setup.cfg b/setup.cfg
index 988fa4c..8823146 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -9,6 +9,3 @@ universal = 1
[tool:pytest]
addopts = --cov-report term-missing --cov-config=.coveragerc --cov .
-
-[aliases]
-test = pytest