summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Cordasco <graffatcolmingov@gmail.com>2016-06-04 13:53:02 -0500
committerIan Cordasco <graffatcolmingov@gmail.com>2016-06-04 13:53:02 -0500
commit699d116fb07b3746e449fcd3ea6e79171034392b (patch)
tree741169fe68ad675a610046aafc8247313bafacec
parent9ecca93a9b400c20af613cbb71d3d531ce8c7d5a (diff)
downloadflake8-699d116fb07b3746e449fcd3ea6e79171034392b.tar.gz
Use correct basepython for docs testenvs
-rw-r--r--tox.ini3
1 files changed, 2 insertions, 1 deletions
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