Run mypy on all tox environments

Signed-off-by: Aleksi Häkli <aleksi.hakli@iki.fi>
This commit is contained in:
Aleksi Häkli 2019-03-09 21:52:25 +02:00
parent 9df4f858ed
commit 10482f75f5
No known key found for this signature in database
GPG key ID: 3E7146964D726BBE

View file

@ -25,6 +25,6 @@ usedevelop = True
commands =
pytest
prospector
py{36,37}: mypy axes
mypy axes
setenv =
PYTHONDONTWRITEBYTECODE=1