Skip to content

Commit

Permalink
Fixed bug in tox.ini that prevented test coverage results
Browse files Browse the repository at this point in the history
  • Loading branch information
IanLee1521 committed Oct 21, 2017
1 parent 1e7f52e commit 3225035
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ deps =
pytest-cov
pytest
coveralls
commands = pytest --cov=pshtt
commands = pytest --cov={envsitepackagesdir}/pshtt

[testenv:flake8]
deps = flake8
Expand Down

0 comments on commit 3225035

Please sign in to comment.