Skip to content

Commit 1d54e2e

Browse files
committed
forgot pytest -cov
1 parent 3621de4 commit 1d54e2e

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
@@ -3,7 +3,7 @@ language: python
33
python:
44
- "3.7"
55
cache: pip
6-
install: "pip install -r requirements.txt && pip install coveralls pylint pytest pytest-django"
6+
install: "pip install -r requirements.txt && pip install coveralls pylint pytest pytest-cov pytest-django"
77

88
script:
99
- make collectstatic

0 commit comments

Comments
 (0)