mirror of
https://github.com/ets-labs/python-dependency-injector.git
synced 2025-10-11 14:26:37 +03:00
Add mypy checks to CI
This commit is contained in:
parent
ebd00b74e1
commit
34a32d44da
|
@ -22,6 +22,10 @@ jobs:
|
||||||
env: TOXENV=pydocstyle
|
env: TOXENV=pydocstyle
|
||||||
install: pip install tox
|
install: pip install tox
|
||||||
script: tox
|
script: tox
|
||||||
|
- python: 3.6
|
||||||
|
env: TOXENV=mypy
|
||||||
|
install: pip install tox
|
||||||
|
script: tox
|
||||||
- python: 2.7
|
- python: 2.7
|
||||||
env: TOXENV=py27
|
env: TOXENV=py27
|
||||||
install: pip install tox
|
install: pip install tox
|
||||||
|
|
Loading…
Reference in New Issue
Block a user