summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJosé Padilla <jpadilla@webapplicate.com>2020-08-22 11:51:24 -0400
committerGitHub <noreply@github.com>2020-08-22 11:51:24 -0400
commitd926a4db6ecea382556c026779541b377e36d311 (patch)
treeec0376a41f569a8f2c2bb25253aa8bfdf0d473d1
parent8a14f087c285bbe2f6e85ba4818e6c620b708d5d (diff)
downloadpyjwt-d926a4db6ecea382556c026779541b377e36d311.tar.gz
Fix tox conditional extras (#512)
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index 159d7a6..ee2c010 100644
--- a/tox.ini
+++ b/tox.ini
@@ -40,7 +40,7 @@ setenv =
VIRTUALENV_NO_DOWNLOAD=1
extras =
tests
- crypto: cryptography
+ py{36,37,38}-crypto-{linux,windows}: crypto
commands = coverage run -m pytest {posargs}