Add texlive-latex-recommended in Gitlab-CI

This commit is contained in:
Yohann D'ANELLO 2020-09-05 10:39:33 +02:00
parent 3af083fb6b
commit 466db42318
1 changed files with 2 additions and 2 deletions

View File

@ -19,7 +19,7 @@ py37-django22:
python3-djangorestframework python3-django-cas-server python3-psycopg2 python3-pil
python3-babel python3-lockfile python3-pip python3-phonenumbers
python3-bs4 python3-setuptools tox
texlive-latex-base texlive-lang-french lmodern texlive-fonts-recommended
texlive-latex-base texlive-latex-recommended texlive-lang-french lmodern texlive-fonts-recommended
script: tox -e py37-django22
# Ubuntu 20.04
@ -37,7 +37,7 @@ py38-django22:
python3-djangorestframework python3-django-cas-server python3-psycopg2 python3-pil
python3-babel python3-lockfile python3-pip python3-phonenumbers
python3-bs4 python3-setuptools tox
texlive-latex-base texlive-lang-french lmodern texlive-fonts-recommended
texlive-latex-base texlive-latex-base texlive-lang-french lmodern texlive-fonts-recommended
script: tox -e py38-django22
linters: