jenkins: add pylint-django

This commit is contained in:
Frédéric Péters 2016-03-25 14:46:49 +01:00
parent 73ebb70b23
commit 14111faa32
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
pip install --upgrade setuptools
pip install --upgrade 'pip<8'
pip install --editable .
pip install --upgrade pylint pytest pytest-cov pytest-django pytest-mock
pip install --upgrade pylint pylint-django pytest pytest-cov pytest-django pytest-mock
pip install --upgrade WebTest==2.0.16
DJANGO_SETTINGS_MODULE=welco.settings py.test --junitxml=test_results.xml --cov-report xml --cov=welco/ tests/