Use correct basepython for docs testenvs

This commit is contained in:
Ian Cordasco 2016-06-04 13:53:02 -05:00
parent 9ecca93a9b
commit 699d116fb0
No known key found for this signature in database
GPG key ID: 656D3395E4A9791A

View file

@ -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