Fix my.config handling during mypy

This commit is contained in:
Dima Gerasimov 2020-05-04 19:48:20 +01:00
parent ee6f253b2d
commit 1439ba7ef7
5 changed files with 26 additions and 2 deletions

View file

@ -30,7 +30,7 @@ commands = ./demo.py
[testenv:mypy]
skip_install = true
commands =
pip install -e .[testing]
pip install -e .[testing] .[optional]
./lint