Merge pull request #45 from grillazz/add-slimfast-option💨

minor updates
This commit is contained in:
Jakub Miazek 2022-06-04 15:38:00 +02:00 committed by GitHub
commit 87734e3ec9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 4 deletions

View File

@ -8,7 +8,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.9", "3.10"]
python-version: ["3.8", "3.9", "3.10", "3.11-dev"]
fail-fast: false
services:

View File

@ -22,13 +22,16 @@ make help
and you receive below list:
```text
build Build project with compose
down Reset project containers with compose
clean Clean Reset project containers and volumes with compose
format Format project code.
help Show this help
lint Lint project code.
lock Refresh pipfile.lock
requirements Refresh requirements.txt
migrate-apply apply alembic migrations to database/schema
migrate-create create new alembic migration
py-upgrade Upgrade project py files with pyupgrade library for python version 3.10
requirements Refresh requirements.txt from pipfile.lock
safety Check project and dependencies with safety https://github.com/pyupio/safety
slim-build with power of docker-slim build smaller and safer images
test Run project tests
up Run project with compose
```