Skip to content
This repository was archived by the owner on Jun 1, 2023. It is now read-only.

Commit 4e34822

Browse files
committed
Spelling error in tox.ini
1 parent 068751c commit 4e34822

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},docs,quality
44
[testenv]
55
passenv = CI TRAVIS TRAVIS_*
66
commands =
7-
py.test --cov-report= --cov=oicmsg tests/ -m "not network" {posargs}
7+
py.test --cov-report= --cov=oidcmsg tests/ -m "not network" {posargs}
88
codecov
99
extras = testing
1010
deps =

0 commit comments

Comments
 (0)