From 699d116fb07b3746e449fcd3ea6e79171034392b Mon Sep 17 00:00:00 2001 From: Ian Cordasco Date: Sat, 4 Jun 2016 13:53:02 -0500 Subject: [PATCH] Use correct basepython for docs testenvs --- tox.ini | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 24ef6e8..1be408f 100644 --- a/tox.ini +++ b/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