Merge branch 'fix/tox-ssl' into 'master'

Avoid test failures with SSL proxies

See merge request pycqa/flake8!371
This commit is contained in:
Sorin Sbarnea 2019-11-01 10:46:29 +00:00
commit ef7b21227d

View file

@ -11,6 +11,10 @@ commands =
coverage run -m pytest {posargs}
coverage combine
coverage report
passenv =
CURL_CA_BUNDLE
REQUESTS_CA_BUNDLE
SSL_CERT_FILE
[testenv:venv]
deps =