Don't ignore the tox flake8 test

This commit is contained in:
mprahl
2018-02-05 12:21:53 -05:00
parent e820fe655c
commit 5795a5017a

View File

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