1
0
mirror of https://github.com/kevin1024/vcrpy.git synced 2025-12-09 09:13:23 +00:00

Fix linter

This commit is contained in:
Martynas Mickevičius
2020-05-05 18:09:16 +03:00
committed by Kevin McCarthy
parent 133423ce94
commit 0ef400195b
3 changed files with 9 additions and 12 deletions

View File

@@ -1,6 +1,6 @@
[tox]
skip_missing_interpreters=true
envlist =
envlist =
cov-clean,
lint,
{py35,py36,py37,py38}-{requests,httplib2,urllib3,tornado4,boto3,aiohttp,httpx},
@@ -18,7 +18,7 @@ commands = coverage erase
[testenv:cov-report]
deps = coverage
skip_install=true
commands =
commands =
coverage html
coverage report --fail-under=90
@@ -30,8 +30,8 @@ commands =
flake8 --version
flake8 --exclude=./docs/conf.py,./.tox/
pyflakes ./docs/conf.py
deps =
flake8
deps =
flake8
black
[testenv:docs]