diff --git a/Jenkinsfile b/Jenkinsfile index cd30ead..d2ef307 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -76,11 +76,7 @@ pipeline { steps { sh ''' . .venv/bin/activate - pip install coverage - coverage run --source='mandelstudio' `which manage.py` test - coverage report - coverage xml - coverage html + python -m compileall -q setup.py mandelstudio ''' } post {