~netlandish/django-wiki

c2cadaabdc60f00b43243d38f9d4fbee4f393a4c — Branko Majic 6 years ago ba6fb21
Fix path used for coverage testing when running within tox environment (issue #644).
1 files changed, 1 insertions(+), 1 deletions(-)

M tox.ini
M tox.ini => tox.ini +1 -1
@@ 28,7 28,7 @@ commands =
  # Test that there are no migrations needed -- on Django 1.11, we can
  # use --check and remove the '!' which likely doesn't work on Windows
  sh -c '! testproject/manage.py makemigrations --dry-run --exit --noinput'
  pytest --basetemp={envtmpdir} --ds=tests.settings --cov=src/wiki --cov-config .coveragerc {posargs}
  pytest --basetemp={envtmpdir} --ds=tests.settings --cov={envsitepackagesdir}/wiki --cov-config .coveragerc {posargs}

usedevelop = false