mirror of
https://github.com/PyCQA/flake8.git
synced 2026-03-30 02:46:52 +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
|
||||
[testenv:docs]
|
||||
basepython = python3
|
||||
deps =
|
||||
sphinx>=1.3.0
|
||||
sphinx_rtd_theme
|
||||
|
|
@ -94,7 +95,7 @@ commands =
|
|||
sphinx-build -E -W -c docs/source/ -b html docs/source/ docs/build/html
|
||||
|
||||
[testenv:serve-docs]
|
||||
basepython = python3.4
|
||||
basepython = python3
|
||||
skipsdist = true
|
||||
skip_install = true
|
||||
use_develop = false
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue