Files
mayan-edms/contrib/scripts/docker/run-tests.sh
2018-09-07 04:55:46 -04:00

9 lines
216 B
Bash
Executable File

#!/bin/sh
apt-get update
apt-get install -y --no-install-recommends tesseract-ocr-deu
$MAYAN_PIP_BIN install -r $DOCKER_ROOT/requirements-testing.txt
$MAYAN_BIN test --mayan-apps --settings=mayan.settings.testing