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 3621de4 commit 1d54e2eCopy full SHA for 1d54e2e
.travis.yml
@@ -3,7 +3,7 @@ language: python
3
python:
4
- "3.7"
5
cache: pip
6
-install: "pip install -r requirements.txt && pip install coveralls pylint pytest pytest-django"
+install: "pip install -r requirements.txt && pip install coveralls pylint pytest pytest-cov pytest-django"
7
8
script:
9
- make collectstatic
0 commit comments