File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -37,6 +37,8 @@ install:
3737 # tox is required for the tests
3838 - pip install tox
3939script :
40+ # Code is checked
41+ - ~/.scripts/python/run_tests.sh true check
4042 # Tests are run
4143 - ~/.scripts/python/run_tests.sh true $PYTHON_VERSION_TEST
4244 # Documentation tests are run
Original file line number Diff line number Diff line change 11[tox]
22envlist =
3- {py27,pypy},
4- {py33,py34,py35,pypy3},
5- {docs},
6- {coverage}
3+ py{27,33,34,35},
4+ pypy{,3},
5+ check,
6+ docs,
7+ coverage
78skip_missing_interpreters =
89 true
910
3233 check-manifest
3334 flake8
3435 readme
35- pygments
3636commands =
3737 python setup.py check --strict --metadata --restructuredtext
3838 check-manifest {toxinidir}
4646 sphinx
4747commands =
4848 sphinx-build -b linkcheck ./ {envtmpdir}/html
49- sphinx-build -W -b html -d {envtmpdir}/doctrees ./ {envtmpdir}/html
49+ sphinx-build -nW -b html -d {envtmpdir}/doctrees ./ {envtmpdir}/html
You can’t perform that action at this time.
0 commit comments