Skip to content

Commit

Permalink
Fixing tox coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
henryiii committed Jul 19, 2018
1 parent 64bcca6 commit 419deeb
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .coveragerc
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ source =
branch = true
source =
decaylanguage
tests
parallel = true

[report]
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ deps =
setuptools>=20.2
graphviz
commands =
{posargs:py.test --cov --cov-report=term-missing -vv tests}
{posargs:pytest --cov {envsitepackagesdir}/decaylanguage --cov-report=term-missing -vv tests}

[testenv:bootstrap]
deps =
Expand Down

0 comments on commit 419deeb

Please sign in to comment.