Skip to content

Commit

Permalink
Updated files with 'repo_helper'.
Browse files Browse the repository at this point in the history
  • Loading branch information
repo-helper[bot] committed Feb 12, 2021
1 parent 2f3516f commit 5fbf2e1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ commands =
basepython = python3.6
changedir = {toxinidir}
ignore_errors = True
skip_install = True
skip_install = False
deps =
flake8 >=3.8.2
flake8-2020 >= 1.6.0
Expand All @@ -85,7 +85,7 @@ basepython = python3.6
ignore_errors = True
changedir = {toxinidir}
deps =
mypy==0.790
mypy==0.800
-r{toxinidir}/tests/requirements.txt
-r{toxinidir}/stubs.txt
commands = mypy flake8_encodings tests {posargs}
Expand Down

0 comments on commit 5fbf2e1

Please sign in to comment.