Add a Dockerfile for running unit tests on CentOS

This commit is contained in:
mprahl
2018-03-23 10:57:31 -04:00
parent caadb13f0e
commit 20d68628d2
3 changed files with 58 additions and 40 deletions

View File

@@ -30,7 +30,7 @@ commands =
basepython = python2
skip_install = true
deps = flake8
commands = flake8 --ignore E731 --exclude .tox,.git,module_build_service/migrations,build
commands = flake8 --ignore E731 --exclude ./.tox,./.git,./module_build_service/migrations,./build
[testenv:bandit]
basepython = python2