Skip to content

Commit

Permalink
Revert "fix CI (#24)"
Browse files Browse the repository at this point in the history
This reverts commit fcea5ac.
  • Loading branch information
njzjz committed Jul 25, 2023
1 parent 1e8f05a commit 4bd58fb
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,10 @@ isolated_build = True

[testenv]
extras = test
deps =
ruamel.yaml
passenv =
CI
GITHUB_*
TOXENV
usedevelop = true
commands =
pytest tests/ --cov=qiuwenbot --cov-report term --cov-report xml --cov-config={toxinidir}/pyproject.toml
pytest tests/ --cov=qiuwenbot --cov-report term --cov-report xml --cov-config={toxinidir}/pyproject.toml

0 comments on commit 4bd58fb

Please sign in to comment.