Skip to content

Commit

Permalink
fix setup.cfg pytest command
Browse files Browse the repository at this point in the history
  • Loading branch information
Eleanor Smith committed Oct 23, 2020
1 parent da6741f commit 29f139b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,10 @@ ignore =
F821

[aliases]
test = pytest tests/
test = pytest

[tool:pytest]
addopts = --verbose
addopts = --verbose tests/
filterwarnings =
ignore::UserWarning
markers =
Expand Down

0 comments on commit 29f139b

Please sign in to comment.