Skip to content

Commit 08716b7

Browse files
committed
test all files using pytest
1 parent 08b6ab0 commit 08716b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tox.ini

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ envlist = py{36,37,38},quality
44
[testenv]
55
passenv = CI TRAVIS TRAVIS_*
66
commands =
7-
py.test --cov=cryptojwt --isort --black tests/ {posargs}
7+
py.test --cov=cryptojwt --isort --black {posargs}
88
codecov
99
extras = testing
1010
deps =

0 commit comments

Comments
 (0)