We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 93bb9a7 commit 69a57d9Copy full SHA for 69a57d9
tox.ini
@@ -11,17 +11,16 @@ commands =
11
py.test --cov-report term-missing --cov jose {posargs}
12
13
[testenv:compatibility]
14
-deps =
+extras =
15
cryptography
16
- pycrypto >=2.6.0, <2.7.0
17
- pycryptodome >=3.3.1, <4.0.0
+ pycrypto
+ pycryptodome
18
19
[testenv]
20
deps =
21
pytest
22
pytest-cov
23
pytest-runner
24
- compatibility: {[testenv:compatibility]deps}
25
commands_pre =
26
# Remove the python-rsa and python-ecdsa backends
27
only: pip uninstall -y ecdsa rsa
@@ -42,6 +41,7 @@ extras =
42
41
cryptography: cryptography
43
pycryptodome: pycryptodome
44
pycrypto: pycrypto
+ compatibility: {[testenv:compatibility]extras}
45
46
; [testenv:flake8]
47
; commands = flake8 jose
0 commit comments