From d3dcc2b8f1035bd316f9d7964a37915f387f412f Mon Sep 17 00:00:00 2001 From: Ronny Pfannschmidt Date: Tue, 31 May 2016 10:55:25 +0200 Subject: [PATCH] bump regendoc python version to 3.5 --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index ad8835c46..b85964a12 100644 --- a/tox.ini +++ b/tox.ini @@ -107,7 +107,7 @@ commands= py.test -rfsxX {posargs} [testenv:regen] changedir=doc/en -basepython = python3.4 +basepython = python3.5 deps=sphinx PyYAML regendoc>=0.6.1