From 7fd2d5c6e95030c23d377d9e4e4390c282f8ae37 Mon Sep 17 00:00:00 2001 From: Stefane Fermigier Date: Mon, 23 Apr 2018 10:39:13 +0200 Subject: [PATCH] add basic mypy checks to tox config --- tox.ini | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tox.ini b/tox.ini index f50e841f..df186767 100644 --- a/tox.ini +++ b/tox.ini @@ -14,6 +14,7 @@ passenv = SQLALCHEMY_DATABASE_URI setenv = + LC_ALL=en_US.UTF-8 py{27,36}-postgres: SQLALCHEMY_DATABASE_URI = {env:POSTGRES_URI:postgres://localhost/abilian_core_test} deps = @@ -45,6 +46,7 @@ basepython = python3.6 deps = {[testenv]deps} + flake8-mypy # fix errors first # flake8-bugbear