提交 ee6c7eb6 编写于 作者: S Santiago Castro 提交者: Adam Geitgey

Unpin flake8 so it supports Python 3.8

上级 e4e18ec2
...@@ -2,7 +2,7 @@ pip==8.1.2 ...@@ -2,7 +2,7 @@ pip==8.1.2
bumpversion==0.5.3 bumpversion==0.5.3
wheel==0.29.0 wheel==0.29.0
watchdog==0.8.3 watchdog==0.8.3
flake8==2.6.0 flake8
tox==2.3.1 tox==2.3.1
coverage==4.1 coverage==4.1
Sphinx==1.4.8 Sphinx==1.4.8
......
...@@ -19,7 +19,7 @@ requirements = [ ...@@ -19,7 +19,7 @@ requirements = [
test_requirements = [ test_requirements = [
'tox', 'tox',
'flake8==2.6.0' 'flake8'
] ]
setup( setup(
......
...@@ -24,7 +24,7 @@ commands = ...@@ -24,7 +24,7 @@ commands =
[testenv:flake8] [testenv:flake8]
deps = deps =
flake8==2.6.0 flake8
commands = commands =
flake8 flake8
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册