Disable tox envs that we don't use

This commit is contained in:
mprahl
2018-02-09 09:16:10 -05:00
parent f5530d9b16
commit d6fd203ac0
2 changed files with 2 additions and 2 deletions

2
Jenkinsfile vendored
View File

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

View File

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