diff --git a/.gitignore b/.gitignore index 0d2271e..065c32b 100644 --- a/.gitignore +++ b/.gitignore @@ -35,10 +35,6 @@ var/ .installed.cfg *.egg -# Test reports -test-reports/ -test-results/ - # PyInstaller # Usually these files are written by a python script from a template diff --git a/Jenkinsfile b/Jenkinsfile index c731690..14696dd 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -36,6 +36,7 @@ pipeline { python -m venv ${PY_ENV} source ${PY_ENV}/bin/activate export PATH=${PY_ENV}/bin:${PATH} + pip install -U pip pip install -r requirements.txt python3 manage.py migrate python manage.py test