mirror of
https://pagure.io/fm-orchestrator.git
synced 2026-04-13 16:59:52 +08:00
added flake8 in jenkinsfile
Signed-off-by: Martin Curlej <mcurlej@redhat.com>
This commit is contained in:
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@@ -36,7 +36,7 @@ node('factory2'){
|
||||
}
|
||||
|
||||
stage('Run Test Suite') {
|
||||
onmyduffynode 'cd fm-orchestrator && pip install -r requirements.txt && pip install -r test-requirements.txt && python setup.py develop && pytest -v tests/'
|
||||
onmyduffynode 'cd fm-orchestrator && pip install -r requirements.txt && pip install -r test-requirements.txt && python setup.py develop && flake8 --ignore E731 --exclude .tox,.git,module_build_service/migrations && pytest -v tests/'
|
||||
}
|
||||
|
||||
}catch (e){
|
||||
|
||||
@@ -3,3 +3,4 @@ mock
|
||||
nose
|
||||
pytest
|
||||
vcrpy
|
||||
flake8
|
||||
|
||||
Reference in New Issue
Block a user