Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,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 @@ -102,7 +104,7 @@ commands =
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