diff --git a/Jenkinsfile b/Jenkinsfile index 0f3f3630..dd7a6580 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -38,6 +38,7 @@ pipeline { export PATH=${VIRTUAL_ENV}/bin:${PATH} pip install --upgrade pip pip install -r requirements.txt -r dev-requirements.txt + make clean """ } } diff --git a/Makefile b/Makefile index f6baf160..065831d6 100644 --- a/Makefile +++ b/Makefile @@ -20,7 +20,7 @@ ######################################################## # variable section -NAME = "python_jenkinsfile_testing" +NAME = "PyBitmessage" PYTHON=python COVERAGE=coverage