From dffbed8e228fcb5fcacd46dca0bc6478e7a0af2f Mon Sep 17 00:00:00 2001 From: Joe Moore Date: Sat, 30 May 2020 09:34:03 -0400 Subject: [PATCH] Use build and package scripts on windows --- tox.ini | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tox.ini b/tox.ini index c5174915..e6abb9fd 100644 --- a/tox.ini +++ b/tox.ini @@ -23,6 +23,9 @@ commands = deps = {[testenv]deps} -r{toxinidir}/requirements-windows.txt +commands = + python build.py + python package.py [flake8] exclude = .tox,env,build,hscommon/tests,cocoalib,cocoa,help,./qt/dg_rc.py,qt/run_template.py,cocoa/run_template.py,./run.py,./pkg