Use tox when running the unit tests on CentOS CI

This commit is contained in:
mprahl
2018-01-03 10:39:21 -05:00
parent bc4a612b38
commit cd9ab965f6

2
Jenkinsfile vendored
View File

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