Skip to content

Commit

Permalink
Merge pull request #9 from mmazur-work/bump-python-version
Browse files Browse the repository at this point in the history
add  python 3.7 and 3.8 to tox
  • Loading branch information
woile authored May 11, 2021
2 parents 83329b0 + b0c4aa9 commit 8233b57
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ skipsdist = True
envlist =
clean,
check,
{py27,py34,py35,py36,pypy},
{py27,py34,py35,py36,py37,py38,pypy},
report,
docs

Expand All @@ -16,6 +16,8 @@ basepython =
py34: {env:TOXPYTHON:python3.4}
py35: {env:TOXPYTHON:python3.5}
py36: {env:TOXPYTHON:python3.6}
py37: {env:TOXPYTHON:python3.7}
py38: {env:TOXPYTHON:python3.8}
{clean,check,report,coveralls,codecov}: python3.6
bootstrap: python
setenv =
Expand Down

0 comments on commit 8233b57

Please sign in to comment.