Skip to content

Commit

Permalink
Drop the .9 from pypy3 in tox.ini
Browse files Browse the repository at this point in the history
  • Loading branch information
colindean committed Dec 16, 2022
1 parent bc42a86 commit 97b7e06
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,14 @@
envlist =
py{37,38,39,310}-wrapt{1.10,1.11,1.12,1.13,1.14}
py{311,312}-wrapt{1.14}
pypy3.9
pypy3
docs

[testenv]
commands = pytest --cov-report term-missing --cov=deprecated tests/
deps =
py{37,38,39,310,311,312,py3.9}: PyTest
py{37,38,39,310,311,312,py3.9}: PyTest-Cov
py{37,38,39,310,311,312,py3}: PyTest
py{37,38,39,310,311,312,py3}: PyTest-Cov
wrapt1.10: wrapt ~= 1.10.0
wrapt1.11: wrapt ~= 1.11.0
wrapt1.12: wrapt ~= 1.12.0
Expand Down

0 comments on commit 97b7e06

Please sign in to comment.