Skip to content

Commit

Permalink
Disable coverage in CI for now, since it was removed from PyPI
Browse files Browse the repository at this point in the history
  • Loading branch information
ptmcg committed Apr 14, 2023
1 parent 498adfa commit 567aa9e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tox.ini
Expand Up @@ -5,10 +5,10 @@ envlist =
isolated_build = True

[testenv]
deps=coverage
deps=pytest
extras=diagrams
commands=
coverage run --parallel --branch -m unittest
pytest tests

[testenv:mypy-test]
deps = mypy==0.960
Expand Down

0 comments on commit 567aa9e

Please sign in to comment.