diff --git a/jenkins.sh b/jenkins.sh new file mode 100755 index 0000000..d5efcee --- /dev/null +++ b/jenkins.sh @@ -0,0 +1,9 @@ +#!/bin/sh + +pip install --upgrade setuptools +pip install --upgrade pip +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/