From 74dcb127fd7a438d68a57a017c750e200d7338af Mon Sep 17 00:00:00 2001 From: Lawrence Hudson Date: Fri, 9 Dec 2016 12:30:05 +0000 Subject: [PATCH] [#95] Reinstate test of Inlite engine --- build.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.bat b/build.bat index c004729..a653ed5 100644 --- a/build.bat +++ b/build.bat @@ -12,7 +12,7 @@ pyrcc5 icons.qrc > inselect/gui/icons.py || exit /b echo Check for presence of barcode engines python -c "from gouda.engines import ZbarEngine; assert ZbarEngine.available()" || exit /b python -c "from gouda.engines import LibDMTXEngine; assert LibDMTXEngine.available()" || exit /b -REM python -c "from gouda.engines import InliteEngine; assert InliteEngine.available()" || exit /b +python -c "from gouda.engines import InliteEngine; assert InliteEngine.available()" || exit /b echo Tests nosetests --with-coverage --cover-html --cover-inclusive --cover-erase --cover-tests --cover-package=inselect inselect || exit /b