Skip to content

Commit

Permalink
add basic mypy checks to tox config
Browse files Browse the repository at this point in the history
  • Loading branch information
sfermigier committed Apr 23, 2018
1 parent 158abd8 commit 7fd2d5c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -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 =
Expand Down Expand Up @@ -45,6 +46,7 @@ basepython = python3.6

deps =
{[testenv]deps}
flake8-mypy
# fix errors first
# flake8-bugbear

Expand Down

0 comments on commit 7fd2d5c

Please sign in to comment.