We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 08b6ab0 commit 08716b7Copy full SHA for 08716b7
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 tests/ {posargs}
+ py.test --cov=cryptojwt --isort --black {posargs}
8
codecov
9
extras = testing
10
deps =
0 commit comments