Skip to content

Commit

Permalink
Travis: pin pytest-cov==2.5.1 (#650)
Browse files Browse the repository at this point in the history
  • Loading branch information
blueyed committed Sep 16, 2018
1 parent 0d955c0 commit 7e63fd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ install:
if [[ "$SKIP_COVERAGE" != "1" ]]; then
PYTEST_DJANGO_COVERAGE=1
export PYTEST_ADDOPTS='--cov=pytest_django --cov=tests --cov=pytest_django_test --cov-report=term-missing:skip-covered'
export _PYTESTDJANGO_TOX_EXTRA_DEPS=pytest-cov
export _PYTESTDJANGO_TOX_EXTRA_DEPS='pytest-cov==2.5.1'
else
PYTEST_DJANGO_COVERAGE=0
fi
Expand Down

0 comments on commit 7e63fd9

Please sign in to comment.