Add demo on CI

This commit is contained in:
Dima Gerasimov 2019-10-11 21:47:22 +01:00
parent 328b75bef3
commit 0f72233f61
2 changed files with 17 additions and 7 deletions

View file

@ -11,9 +11,11 @@ jobs:
# TODO FIXME switch to tox?
- run: pip3 install --user mypy pylint
# TODO how to make it compatible
- run: python3 -m mypy --namespace-packages my
- run: python3 -m pylint -E my
- run: ./demo.py
# - run: python3 -m mypy --namespace-packages my
# - run: python3 -m pylint -E my
# TODO need to keep full my_configuration.py as example? to dummy run CI