Skip to content

Commit 7e63fd9

Browse files
authored
Travis: pin pytest-cov==2.5.1 (#650)
1 parent 0d955c0 commit 7e63fd9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ install:
7878
if [[ "$SKIP_COVERAGE" != "1" ]]; then
7979
PYTEST_DJANGO_COVERAGE=1
8080
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
81+
export _PYTESTDJANGO_TOX_EXTRA_DEPS='pytest-cov==2.5.1'
8282
else
8383
PYTEST_DJANGO_COVERAGE=0
8484
fi

0 commit comments

Comments
 (0)