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