Skip to content
This repository was archived by the owner on Oct 23, 2023. It is now read-only.

Commit 03c9dbd

Browse files
committedMay 10, 2019
fix: Remove broken flake8 plugin
1 parent d82b34c commit 03c9dbd

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed
 

‎tox.ini

+1-2
Original file line numberDiff line numberDiff line change
@@ -78,11 +78,10 @@ commands:
7878

7979

8080
[testenv:flake8]
81-
basepython = python3.6
81+
basepython = python3.7
8282
skip_install = true
8383
deps =
8484
flake8
85-
flake8-docstrings>=0.2.7
8685
flake8-import-order>=0.9
8786
commands =
8887
flake8 raven/ setup.py

0 commit comments

Comments
 (0)
Failed to load comments.