It seems we no longer need the hack at AppVeyor.
platform = linux
# Don't fail or warn on uninstalled commands
whitelist_externals =
- cmd
createdb
dropdb
[testenv:py37-postgres-w32]
platform = win32
commands =
- cmd /c "copy devscripts\\CI\\validators.py {envsitepackagesdir}\\formencode\\validators.py"
{[postgres-w32]commands}
[testenv:py38-postgres-w32]
[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]