[ISSUE-3/4] Adds test container and tooling (#8)

* Adding black, isort, and flake8 to pytest

* Applying black, flake8, and isort to codebase
This commit is contained in:
Kyle Harrison
2019-07-29 13:19:03 +01:00
committed by Ajurna
parent 03a80b2458
commit b4d1c4c2cb
27 changed files with 156 additions and 54 deletions

View File

@@ -1,7 +1,6 @@
version: '3.7'
version: "3.7"
services:
app:
build: .
environment:
@@ -15,11 +14,11 @@ services:
- database
ports:
- "8000:8000"
# volumes:
# - ./cbreader:/src/cbreader
# - ./comic:/src/comic
# - ./comic_auth:/src/comic_auth
# - ${COMIC_BOOK_VOLUME}:/data
volumes:
- ./cbreader:/src/cbreader
- ./comic:/src/comic
- ./comic_auth:/src/comic_auth
- ${COMIC_BOOK_VOLUME}:/data
command: python manage.py runserver 0.0.0.0:8000
database: