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