Skip to content
This repository has been archived by the owner on Sep 26, 2019. It is now read-only.

Commit

Permalink
testr doesnt support the --coverage-package-name option
Browse files Browse the repository at this point in the history
replace 'testr' with 'test' for coverage

Change-Id: I5c057c09a2f8632f24ac14b4df99d85cc93d3441
  • Loading branch information
isaacm committed Sep 8, 2016
1 parent c154118 commit 57ecf44
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 @@ -63,7 +63,7 @@ commands =
install_command = pip install -U {opts} {packages}
basepython = python2.7
commands =
python setup.py testr --coverage --coverage-package-name='poppy' --testr-args='{posargs}'
python setup.py test --coverage --coverage-package-name='poppy' --testr-args='{posargs}'
coverage xml

[testenv:venv]
Expand Down

0 comments on commit 57ecf44

Please sign in to comment.