Skip to content

Commit 83fe2cb

Browse files
committed
Also install pytest-django
1 parent ab7b52e commit 83fe2cb

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"
6+
install: "pip install -r requirements.txt && pip install coveralls pylint pytest pytest-django"
77

88
script:
99
- make collectstatic

0 commit comments

Comments
 (0)