Skip to content

Commit 7af2a03

Browse files
committed
Coverage not testing oic but cryptojwt
1 parent 8247496 commit 7af2a03

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ envlist = py{35,36},docs,quality
44
[testenv]
55
passenv = CI TRAVIS TRAVIS_*
66
commands =
7-
py.test --cov-report= --cov=oic tests/ -m "not network" {posargs}
7+
py.test --cov-report= --cov=cryptojwt tests/ -m "not network" {posargs}
88
codecov
99
extras = testing
1010
deps =

0 commit comments

Comments
 (0)