X-Git-Url: https://git.phdru.name/?p=m_librarian.git;a=blobdiff_plain;f=tox.ini;h=b1600f1600ae666de46c567f652d3353997bb0b9;hp=620b522f45804a1f139835921976a1e763f9bbd3;hb=34e1dce9916919a0cc47c9c343d49301f34074d1;hpb=81a46d9c42ea3810559dea496630cbb49878729f diff --git a/tox.ini b/tox.ini index 620b522..b1600f1 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 validators.py {envsitepackagesdir}\\formencode\\validators.py" + {[sqlite-w32]commands} # flake8 [testenv:py27-flake8]