Skip to content

Commit

Permalink
[#95] Reinstate test of Inlite engine
Browse files Browse the repository at this point in the history
  • Loading branch information
quicklizard99 committed Dec 9, 2016
1 parent 2206be4 commit 74dcb12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.bat
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 74dcb12

Please sign in to comment.