From 03c9dbd7434b603a47c0fb66a3b8867a118cdffa Mon Sep 17 00:00:00 2001 From: Markus Unterwaditzer Date: Fri, 10 May 2019 18:34:01 +0200 Subject: fix: Remove broken flake8 plugin --- tox.ini | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'tox.ini') diff --git a/tox.ini b/tox.ini index 0759c19..1358c87 100644 --- a/tox.ini +++ b/tox.ini @@ -78,11 +78,10 @@ commands: [testenv:flake8] -basepython = python3.6 +basepython = python3.7 skip_install = true deps = flake8 - flake8-docstrings>=0.2.7 flake8-import-order>=0.9 commands = flake8 raven/ setup.py -- cgit v1.2.1