Skip to content

Commit

Permalink
moved pytest coverage flags from setup.cfg to tox.ini
Browse files Browse the repository at this point in the history
  • Loading branch information
Hart, Kenneth Arthur committed Jan 19, 2019
1 parent 6ecddb8 commit 08764ad
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@ addopts =
--doctest-modules
--doctest-glob=\*.rst
--tb=short
--cov=aabb tests
--cov-branch

[isort]
force_single_line = True
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ usedevelop = True
deps = pytest
pytest-cov
commands =
pytest
pytest --cov=aabb tests --cov-branch

[testenv:check]
deps =
Expand Down

0 comments on commit 08764ad

Please sign in to comment.