Skip to content

Commit

Permalink
Fix tox base python
Browse files Browse the repository at this point in the history
Signed-off-by: Hiroshi Miura <[email protected]>
  • Loading branch information
miurahr committed Jun 16, 2020
1 parent a86f80c commit b6631dc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ commands =
twine check dist/*

[testenv:docs]
basepython = python3.7
extras = docs
commands =
sphinx-build {posargs:-E} -b html docs dist/docs
Expand All @@ -33,4 +34,4 @@ commands =
[gh-actions]
python =
3.6: py36
3.8: py38
3.8: py38

0 comments on commit b6631dc

Please sign in to comment.