mirror of
https://pagure.io/fm-orchestrator.git
synced 2026-04-08 13:18:04 +08:00
Use tox when running the unit tests on CentOS CI
This commit is contained in:
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@@ -41,7 +41,7 @@ node('factory2'){
|
||||
|
||||
stage('Run Test Suite') {
|
||||
timeout(600) {
|
||||
onmyduffynode 'cd fm-orchestrator && flake8 --ignore E731 --exclude .tox,.git,module_build_service/migrations && pytest -v tests/'
|
||||
onmyduffynode 'cd fm-orchestrator && tox -r -e flake8 && tox -e py27'
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user