Skip to content

Commit

Permalink
Merge pull request #837 from OpenIDC/fix-ci
Browse files Browse the repository at this point in the history
Fix tox config for v4
tpazderka authored Dec 12, 2022

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
2 parents b3c93f5 + 6e308fc commit 191d666
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -3,7 +3,6 @@ envlist = py{37,38,39,310,311},docs,quality
skip_missing_interpreters = True

[testenv]
passenv = CI TRAVIS TRAVIS_*
commands =
py.test --cov-report=xml --cov=oic {posargs:tests}
extras = testing

0 comments on commit 191d666

Please sign in to comment.