There was an error while loading. Please reload this page.
1 parent 48b36bb commit 2e5abc6Copy full SHA for 2e5abc6
tox.ini
@@ -28,7 +28,12 @@ deps =
28
29
postgres: psycopg2
30
setenv =
31
- PYTHONPATH = {toxinidir}:{env:PYTHONPATH:}
+ PYTHONPATH = {toxinidir}:{env:PYTHONPATH:}
32
+
33
+ # Ref: https://github.com/pytest-dev/pytest-django/pull/412#issuecomment-340077539
34
+ COV_CORE_SOURCE={toxinidir}
35
+ COV_CORE_CONFIG={toxinidir}/.coveragerc
36
+ COV_CORE_DATAFILE={toxinidir}/.coverage.eager
37
38
passenv = PYTEST_ADDOPTS
39
usedevelop = True
0 commit comments