Skip to content

Commit

Permalink
Test with the newest version of mypy
Browse files Browse the repository at this point in the history
  • Loading branch information
dmtucker committed Jul 18, 2020
1 parent 8c99601 commit 7be2c11
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,8 @@ deps =
mypy0.74: mypy >= 0.740, < 0.750
mypy0.75: mypy >= 0.750, < 0.760
mypy0.76: mypy >= 0.760, < 0.770
mypy0.77: mypy >= 0.770, < 0.780
mypy0.78: mypy >= 0.780, < 0.790
mypy0.7x: mypy >= 0.700, < 0.800

pytest-cov ~= 2.5.1
Expand All @@ -86,7 +88,7 @@ commands = py.test -p no:mypy --cov pytest_mypy --cov-fail-under 100 --cov-repor
deps =
bandit ~= 1.6.2
flake8 ~= 3.7.9
mypy >= 0.760, < 0.770
mypy >= 0.780, < 0.790
commands =
bandit --recursive src
flake8 setup.py src tests
Expand Down

0 comments on commit 7be2c11

Please sign in to comment.