git reimport

This commit is contained in:
2019-03-15 15:02:19 +04:00
commit 742797309a
90 changed files with 4411 additions and 0 deletions

16
run.sh Executable file
View File

@@ -0,0 +1,16 @@
#!/usr/bin/env zsh
set euxo PIPEFAIL
export PIPENV_VENV_IN_PROJECT=1
export PYTHONPATH=src/:tests/:alembic/
git pull
pipenv install
pipenv run alembic upgrade head
pipenv run pytest tests/
pipenv run python3.7 src/main.py