This commit is contained in:
Dima Gerasimov 2019-12-19 20:13:09 +00:00 committed by Dmitrii Gerasimov
parent 76492aaa9e
commit 3ee2deecae
4 changed files with 40 additions and 7 deletions

View file

@ -9,14 +9,11 @@ jobs:
- checkout
- 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
# TODO need to keep full mycfg.py as example? to dummy run CI
- run: python3 -m pip install --user tox
- run: python3 -m tox
workflows: