We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d955c0 commit 7e63fd9Copy full SHA for 7e63fd9
.travis.yml
@@ -78,7 +78,7 @@ install:
78
if [[ "$SKIP_COVERAGE" != "1" ]]; then
79
PYTEST_DJANGO_COVERAGE=1
80
export PYTEST_ADDOPTS='--cov=pytest_django --cov=tests --cov=pytest_django_test --cov-report=term-missing:skip-covered'
81
- export _PYTESTDJANGO_TOX_EXTRA_DEPS=pytest-cov
+ export _PYTESTDJANGO_TOX_EXTRA_DEPS='pytest-cov==2.5.1'
82
else
83
PYTEST_DJANGO_COVERAGE=0
84
fi
0 commit comments