mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Skip latex compilations on Travis CI
This commit is contained in:
parent
b65b9e4ff5
commit
cf70e4e910
11
.travis.yml
11
.travis.yml
@ -16,6 +16,7 @@ env:
|
|||||||
- TEST='-v --durations 25'
|
- TEST='-v --durations 25'
|
||||||
- PYTHONFAULTHANDLER=x
|
- PYTHONFAULTHANDLER=x
|
||||||
- PYTHONWARNINGS=all
|
- PYTHONWARNINGS=all
|
||||||
|
- SKIP_LATEX_BUILD=1
|
||||||
matrix:
|
matrix:
|
||||||
- DOCUTILS=0.12
|
- DOCUTILS=0.12
|
||||||
- DOCUTILS=0.13.1
|
- DOCUTILS=0.13.1
|
||||||
@ -35,14 +36,6 @@ addons:
|
|||||||
apt:
|
apt:
|
||||||
packages:
|
packages:
|
||||||
- graphviz
|
- graphviz
|
||||||
- texlive-latex-recommended
|
|
||||||
- texlive-latex-extra
|
|
||||||
- texlive-fonts-recommended
|
|
||||||
- texlive-fonts-extra
|
|
||||||
- texlive-luatex
|
|
||||||
- texlive-xetex
|
|
||||||
- lmodern
|
|
||||||
- latex-xcolor
|
|
||||||
- imagemagick
|
- imagemagick
|
||||||
install:
|
install:
|
||||||
- pip install -U pip setuptools
|
- pip install -U pip setuptools
|
||||||
@ -52,4 +45,4 @@ install:
|
|||||||
script:
|
script:
|
||||||
- flake8
|
- flake8
|
||||||
- if [[ $TRAVIS_PYTHON_VERSION == '3.6' ]]; then make style-check type-check test-async; fi
|
- if [[ $TRAVIS_PYTHON_VERSION == '3.6' ]]; then make style-check type-check test-async; fi
|
||||||
- if [[ $TRAVIS_PYTHON_VERSION != '3.6' ]]; then SKIP_LATEX_BUILD=1 make test; fi
|
- if [[ $TRAVIS_PYTHON_VERSION != '3.6' ]]; then make test; fi
|
||||||
|
Loading…
Reference in New Issue
Block a user