Make sure the test requirements are installed in the virtualenv.

Signed-off-by: Roberto Rosario <roberto.rosario.gonzalez@gmail.com>
This commit is contained in:
Roberto Rosario
2018-09-07 04:55:46 -04:00
parent 2be29a2300
commit bc5715254e
2 changed files with 4 additions and 3 deletions

View File

@@ -3,6 +3,6 @@
apt-get update
apt-get install -y --no-install-recommends tesseract-ocr-deu
pip install -r $DOCKER_ROOT/requirements-testing.txt
$MAYAN_PIP_BIN install -r $DOCKER_ROOT/requirements-testing.txt
mayan-edms.py test --mayan-apps --settings=mayan.settings.testing
$MAYAN_BIN test --mayan-apps --settings=mayan.settings.testing