Skip to content

Commit

Permalink
Set pypy minor versions in tox
Browse files Browse the repository at this point in the history
  • Loading branch information
avylove committed Jun 2, 2022
1 parent 5cec1bf commit c24e84a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ envlist =
coverage
docs
el7
py{27,36,37,38,39,py,py3}
py{27,36,37,38,39,py27,py38}

[base]
deps =
Expand All @@ -26,7 +26,7 @@ ignore_errors = True

deps =
{[base]deps}
py{27,py}: mock
py{27,py27}: mock

commands =
{envpython} -m unittest discover -s {toxinidir}/tests {posargs}
Expand Down

0 comments on commit c24e84a

Please sign in to comment.