1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
[tox] minversion = 3.6 envlist = mypy skipsdist = true [testenv] [testenv:mypy] deps = mypy -c{toxinidir}/../mypy-constrains.txt commands = python -m mypy --config-file ../mypy.ini \ -m ceph_daemon \ -m ceph_argparse [pep8] ignore = E123,E203