Merge pull request #2758 from scop/tests

Fix style checks and run them on Travis
This commit is contained in:
Takeshi KOMIYA 2016-07-07 23:38:01 +09:00 committed by GitHub
commit f120e4afdf
4 changed files with 5 additions and 5 deletions

View File

@ -31,6 +31,5 @@ install:
- pip install -r test-reqs.txt - pip install -r test-reqs.txt
before_script: flake8 before_script: flake8
script: script:
- if [[ $TRAVIS_PYTHON_VERSION == '3.5' ]]; then make style-check test-async; fi
- if [[ $TRAVIS_PYTHON_VERSION == '3.5' ]]; then make test-async; fi
- if [[ $TRAVIS_PYTHON_VERSION != '3.5' ]]; then make test; fi - if [[ $TRAVIS_PYTHON_VERSION != '3.5' ]]; then make test; fi

View File

@ -228,7 +228,8 @@ def test_literalinclude_file_whole_of_emptyline(app, status, warning):
app.builder.build_all() app.builder.build_all()
latex = (app.outdir / 'Python.tex').text(encoding='utf-8').replace('\r\n', '\n') latex = (app.outdir / 'Python.tex').text(encoding='utf-8').replace('\r\n', '\n')
includes = ( includes = (
'\\begin{sphinxVerbatim}[commandchars=\\\\\\{\\},numbers=left,firstnumber=1,stepnumber=1]\n' '\\begin{sphinxVerbatim}'
'[commandchars=\\\\\\{\\},numbers=left,firstnumber=1,stepnumber=1]\n'
'\n' '\n'
'\n' '\n'
'\n' '\n'