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 f6c4674 commit 932e43bCopy full SHA for 932e43b
.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"
+install: "pip install -r requirements.txt && pip install coveralls pylint pytest pytest-django"
7
8
script:
9
- make collectstatic
0 commit comments