change in makefile

This commit is contained in:
shikhar.s 2019-07-05 13:34:45 +05:30
parent 890f8e2475
commit a8d870bf7f
2 changed files with 2 additions and 1 deletions

1
Jenkinsfile vendored
View File

@ -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
"""
}
}

View File

@ -20,7 +20,7 @@
########################################################
# variable section
NAME = "python_jenkinsfile_testing"
NAME = "PyBitmessage"
PYTHON=python
COVERAGE=coverage