summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJon Dufresne <jon.dufresne@gmail.com>2020-06-07 22:08:15 -0700
committerGitHub <noreply@github.com>2020-06-08 11:08:15 +0600
commitd1b0ff33d869c9e36ae09f252eee18899bd656cf (patch)
tree58b099aac6993991fc0946ef378d1062a0c251e4
parent75c849efcfaccfcd268d820245197f7abbd35825 (diff)
downloadpyjwt-d1b0ff33d869c9e36ae09f252eee18899bd656cf.tar.gz
Correct README on how to run tests locally (#489)
The command `setup.py test` has been unused since 3a20892442b34c754b26550e05f7f856fb008c94.
-rw-r--r--README.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.rst b/README.rst
index 07f6fea..3770d36 100644
--- a/README.rst
+++ b/README.rst
@@ -78,4 +78,4 @@ You can run tests from the project root after cloning with:
.. code-block:: sh
- $ python setup.py test
+ $ tox