Skip to content

Commit

Permalink
Use python3 as basepython for docs
Browse files Browse the repository at this point in the history
Python 2 is soon to be EOL and we've been having issues with it as of
late. Bump to Python 3 as the basepython to see if it helps with the
pytest issue:

ERROR: Package u'pytest' requires a different Python: 2.7.5 not in '>=3.5'

Issue: https://jira.linuxfoundation.org/servicedesk/customer/portal/2/IT-17699
Signed-off-by: Thanh Ha <zxiiro@gmail.com>
Change-Id: Ie4c4547c9523ff5cf6c8d42e49a9514a07938e61
  • Loading branch information
zxiiro authored and rovarga committed Oct 7, 2019
1 parent 96b668d commit aa4be4b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ commands =
coala --non-interactive

[testenv:docs]
basepython = python3
deps = -rdocs/requirements.txt
commands =
sphinx-build -W -n -b html -d {envtmpdir}/doctrees ./docs/ {envtmpdir}/html

0 comments on commit aa4be4b

Please sign in to comment.