diff --git a/Jenkinsfile b/Jenkinsfile index d4d6169a..e539e5f8 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -38,7 +38,7 @@ node('factory2'){ stage('Run Test Suite') { timeout(20) { // Run tox in the SCL environment - onmyduffynode 'cd fm-orchestrator && scl enable python27 \'tox -r -e flake8\' && scl enable python27 \'tox -r -e py27\'' + onmyduffynode 'cd fm-orchestrator && scl enable python27 \'tox -r\'' } } diff --git a/tox.ini b/tox.ini index a8e61eac..8b153b45 100644 --- a/tox.ini +++ b/tox.ini @@ -4,7 +4,7 @@ # and then run "tox" from this directory. [tox] -envlist = py27, coverage, flake8, bandit +envlist = flake8, py27 [flake8] max-line-length = 100