add proper my_configuration demo and use it in readme

This commit is contained in:
Dima Gerasimov 2019-10-12 00:38:47 +01:00
parent 676ffdd35d
commit 2752bd6fd1
5 changed files with 81 additions and 71 deletions

View file

@ -8,11 +8,10 @@ jobs:
steps:
- checkout
# TODO FIXME switch to tox?
- run: pip3 install --user mypy pylint
- run: ./demo.py
# TODO FIXME switch to tox?
# - run: pip3 install --user mypy pylint
# - run: python3 -m mypy --namespace-packages my
# - run: python3 -m pylint -E my