X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=tox.ini;h=dc8bab1dbdc8c452ddd93311e135826483ea0b40;hb=a5f7cc74c08c3aa6964a7b744cb32c59f1b8bcc5;hp=620b522f45804a1f139835921976a1e763f9bbd3;hpb=7ec8811ea1e63e85f95a766095cb2479a52dc756;p=m_librarian.git diff --git a/tox.ini b/tox.ini index 620b522..dc8bab1 100644 --- a/tox.ini +++ b/tox.ini @@ -17,6 +17,7 @@ deps = -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 = @@ -65,7 +66,9 @@ commands = {[sqlite-w32]commands} [testenv:py37-sqlite-w32] platform = win32 -commands = {[sqlite-w32]commands} +commands = + cmd /c "copy devscripts\\CI\\validators.py {envsitepackagesdir}\\formencode\\validators.py" + {[sqlite-w32]commands} # flake8 [testenv:py27-flake8]