Skip to content
This repository has been archived by the owner on Jan 9, 2024. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
Update flake8 dependency inside tox to latest stable version
  • Loading branch information
Grokzen committed May 6, 2020
1 parent f8d6661 commit 7b2ea2e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tox.ini
Expand Up @@ -43,11 +43,11 @@ deps =
[testenv:flake8-py36]
basepython= python3.6
deps =
flake8==2.2.5
flake8==3.7.9
commands = flake8 --show-source --exclude=.venv,.tox,dist,docs,build,.git --ignore=E501,E731,E402 .

[testenv:flake8-py27]
basepython= python2.7
deps =
flake8==2.2.5
flake8==3.7.9
commands = flake8 --show-source --exclude=.venv,.tox,dist,docs,build,.git --ignore=E501,E731,E402 .

0 comments on commit 7b2ea2e

Please sign in to comment.