From 10482f75f5ffc33b3112518c36218daf5ebb0af3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aleksi=20Ha=CC=88kli?= Date: Sat, 9 Mar 2019 21:52:25 +0200 Subject: [PATCH] Run mypy on all tox environments MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Aleksi Häkli --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index e4ed45c..d563a7d 100644 --- a/tox.ini +++ b/tox.ini @@ -25,6 +25,6 @@ usedevelop = True commands = pytest prospector - py{36,37}: mypy axes + mypy axes setenv = PYTHONDONTWRITEBYTECODE=1