Small refactoring of telegram api server

This commit is contained in:
Alex Root Junior 2019-11-17 22:20:29 +02:00
parent 0e35b6f55e
commit a46cd6d001
6 changed files with 43 additions and 26 deletions

View file

@ -19,6 +19,9 @@ jobs:
python -m pip install --upgrade pip
pip install poetry
poetry install
- name: Run tests
run: |
poetry pytest tests
- name: Build docs
run: |
poetry run mkdocs build