From 5795a5017a53ddc19b3f15ed1e45a04102c88e8b Mon Sep 17 00:00:00 2001 From: mprahl Date: Mon, 5 Feb 2018 12:21:53 -0500 Subject: [PATCH] Don't ignore the tox flake8 test --- tox.ini | 1 - 1 file changed, 1 deletion(-) diff --git a/tox.ini b/tox.ini index 1f629fef..2c5cbce7 100644 --- a/tox.ini +++ b/tox.ini @@ -30,7 +30,6 @@ basepython = python2 skip_install = true deps = flake8 commands = flake8 --ignore E731 --exclude .tox,.git,module_build_service/migrations -ignore_outcome = True [testenv:bandit] basepython = python2