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 603bb35 commit 7b618b8Copy full SHA for 7b618b8
tox.ini
@@ -4,7 +4,7 @@ envlist = py{36,37,38},quality
4
[testenv]
5
passenv = CI TRAVIS TRAVIS_*
6
commands =
7
- py.test --cov=cryptojwt --isort --black {posargs}
+ pytest -vvv -ra --cov=cryptojwt --isort --black {posargs}
8
codecov
9
extras = testing
10
deps =
0 commit comments