Skip to content

Commit

Permalink
Modified py.test command in tox.ini to produce code coverage report.
Browse files Browse the repository at this point in the history
  • Loading branch information
a7madnassar committed Mar 18, 2017
1 parent 7892225 commit 3b66c41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tox.ini
Expand Up @@ -5,6 +5,6 @@ envlist = py27
setenv =
PYTHONPATH = {toxinidir}:{toxinidir}/database_views
DJANGO_SETTINGS_MODULE = tests.settings
commands = py.test --cov-report term tests
commands = py.test --cov-report term --cov=database_views tests
deps=
-r{toxinidir}/requirements_test.txt

0 comments on commit 3b66c41

Please sign in to comment.