It seems we no longer need the hack at AppVeyor.
-rdevscripts/requirements/requirements_tests.txt
passenv = CI TRAVIS TRAVIS_* APPVEYOR DISTUTILS_USE_SDK MSSdk INCLUDE LIB WINDIR
platform = linux
-whitelist_externals = cmd.exe
[general]
commands =
[testenv:py37-sqlite-w32]
platform = win32
commands =
- cmd /c "copy devscripts\\CI\\validators.py {envsitepackagesdir}\\formencode\\validators.py"
{[sqlite-w32]commands}
[testenv:py38-sqlite-w32]