summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorGabi Davar <grizzly.nyo@gmail.com>2015-05-05 18:29:46 +0300
committerMark Adams <mark@markadams.me>2015-05-17 22:45:23 -0500
commit31401992082a227a8b81c9e4b8306e2fd94ef7a3 (patch)
tree22f8afa892ebbc40ed6ece6ff1d7dd900139b2aa /setup.cfg
parent2561ab60a3c9fd4bf5df6a5687e60bf47ee56160 (diff)
downloadpyjwt-31401992082a227a8b81c9e4b8306e2fd94ef7a3.tar.gz
restored setup.py test functionality.
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg3
1 files changed, 3 insertions, 0 deletions
diff --git a/setup.cfg b/setup.cfg
index 0274310..b435699 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -6,3 +6,6 @@ universal = 1
[pytest]
addopts = --cov-report term-missing --cov-config=.coveragerc --cov .
+
+[aliases]
+test = pytest