There was an error while loading. Please reload this page.
PROGRAMDATA
1 parent 9f4cf09 commit 087ed06Copy full SHA for 087ed06
tox.ini
@@ -28,6 +28,9 @@ commands = sphinx-build -d {toxworkdir}/docs_doctree doc {toxworkdir}/docs_out -
28
basepython = python3.6
29
passenv = {[testenv]passenv}
30
HOMEPATH
31
+ # without PROGRAMDATA cloning using git for Windows will fail with an
32
+ # `error setting certificate verify locations` error
33
+ PROGRAMDATA
34
extras = lint
35
description = run static analysis and style check using flake8
36
commands = python -m flake8 --show-source tox setup.py {posargs}
0 commit comments