mirror of
https://github.com/GSA/notifications-api.git
synced 2026-05-04 08:10:00 -04:00
Create Docker build image, build project with Docker
This commit is contained in:
@@ -24,6 +24,9 @@ function display_result {
|
||||
fi
|
||||
}
|
||||
|
||||
if [ -d venv ]; then
|
||||
source ./venv/bin/activate
|
||||
fi
|
||||
pep8 .
|
||||
display_result $? 1 "Code style check"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user