Use python 3 in 'doctesting' environment

We some examples now use type annotations
This commit is contained in:
Bruno Oliveira 2018-11-19 20:06:06 -02:00
parent b83e97802e
commit d52ea4b6cf
1 changed files with 1 additions and 1 deletions

View File

@ -141,7 +141,7 @@ commands =
sphinx-build -W -b html . _build
[testenv:doctesting]
basepython = python
basepython = python3
skipsdist = True
deps =
PyYAML