Collect staticfiles before running tests for the CI.

Signed-off-by: Roberto Rosario <roberto.rosario.gonzalez@gmail.com>
This commit is contained in:
Roberto Rosario
2018-05-21 01:32:17 -04:00
parent e7d99ff6dd
commit 39e605df11

View File

@@ -46,6 +46,7 @@ job_docker_other:
- export LC_ALL=en_US.UTF-8
- apt-get install -qq curl gcc ghostscript gpgv gnupg graphviz libjpeg-dev libmagic1 libpng-dev libtiff-dev poppler-utils libreoffice poppler-utils python-dev python-pip tesseract-ocr tesseract-ocr-deu
- pip install -r requirements/testing.txt
- python manage.py collectstatic --noinput
test-mysql:
<<: *test_base