]> git.phdru.name Git - m_librarian.git/blobdiff - tox.ini
CI(AppVeyor): Work around a strange problem with Py3.7
[m_librarian.git] / tox.ini
diff --git a/tox.ini b/tox.ini
index 620b522f45804a1f139835921976a1e763f9bbd3..b1600f1600ae666de46c567f652d3353997bb0b9 100644 (file)
--- 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]