Use tox
This commit is contained in:
parent
76492aaa9e
commit
3ee2deecae
4 changed files with 40 additions and 7 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue