mirror of
https://github.com/PyCQA/flake8.git
synced 2026-04-12 15:44:17 +00:00
Use correct basepython for docs testenvs
This commit is contained in:
parent
9ecca93a9b
commit
699d116fb0
1 changed files with 2 additions and 1 deletions
3
tox.ini
3
tox.ini
|
|
@ -86,6 +86,7 @@ commands =
|
||||||
|
|
||||||
# Documentation
|
# Documentation
|
||||||
[testenv:docs]
|
[testenv:docs]
|
||||||
|
basepython = python3
|
||||||
deps =
|
deps =
|
||||||
sphinx>=1.3.0
|
sphinx>=1.3.0
|
||||||
sphinx_rtd_theme
|
sphinx_rtd_theme
|
||||||
|
|
@ -94,7 +95,7 @@ commands =
|
||||||
sphinx-build -E -W -c docs/source/ -b html docs/source/ docs/build/html
|
sphinx-build -E -W -c docs/source/ -b html docs/source/ docs/build/html
|
||||||
|
|
||||||
[testenv:serve-docs]
|
[testenv:serve-docs]
|
||||||
basepython = python3.4
|
basepython = python3
|
||||||
skipsdist = true
|
skipsdist = true
|
||||||
skip_install = true
|
skip_install = true
|
||||||
use_develop = false
|
use_develop = false
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue