Changes to tox.ini for better Windows compatibility

This commit is contained in:
Jim Unroe 2022-11-29 21:05:09 -05:00 committed by Dan Smith
parent ee6babc046
commit 713b4c305f

View File

@ -32,6 +32,7 @@ commands =
[testenv:style]
basepython = python3
sitepackages = False
whitelist_externals = python3.exe
deps =
pep8
future
@ -72,7 +73,9 @@ xfail_strict = true
[testenv:makesupported]
basepython = python3
sitepackages = False
whitelist_externals = git
whitelist_externals =
git
python3.exe
deps =
-rtest-requirements.txt
commands =