From d52ea4b6cf1b7a552d52a78acfd3b3b7f642bcc6 Mon Sep 17 00:00:00 2001 From: Bruno Oliveira Date: Mon, 19 Nov 2018 20:06:06 -0200 Subject: [PATCH] Use python 3 in 'doctesting' environment We some examples now use type annotations --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index dbfd4eef5..b9e12983b 100644 --- a/tox.ini +++ b/tox.ini @@ -141,7 +141,7 @@ commands = sphinx-build -W -b html . _build [testenv:doctesting] -basepython = python +basepython = python3 skipsdist = True deps = PyYAML