Create Docker build image, build project with Docker

This commit is contained in:
bandesz
2016-08-12 11:23:50 +01:00
parent e610d83be4
commit 26ff449b77
13 changed files with 244 additions and 22 deletions

View File

@@ -24,6 +24,9 @@ function display_result {
fi
}
if [ -d venv ]; then
source ./venv/bin/activate
fi
pep8 .
display_result $? 1 "Code style check"