welco/jenkins.sh

10 lines
315 B
Bash
Raw Permalink Normal View History

2015-10-28 16:41:04 +01:00
#!/bin/sh
pip install --upgrade setuptools
2016-01-20 19:33:44 +01:00
pip install --upgrade 'pip<8'
2015-10-28 16:41:04 +01:00
pip install --editable .
pip install --upgrade 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/