Skip to content

Commit 2be734f

Browse files
add pypy37 to envlist
1 parent e4d606f commit 2be734f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tox.ini

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[tox]
2-
envlist=py{37,38,39,310,311},docs,linting
2+
envlist=py{37,38,39,310,311,pypy37},docs,linting
33
isolated_build = true
44
[testenv]
55
deps=
@@ -23,7 +23,6 @@ commands =
2323

2424
[testenv:linting]
2525
skip_install = True
26-
basepython = python3
2726
deps = pre-commit>=1.11.0
2827
commands = pre-commit run --all-files --show-diff-on-failure
2928

0 commit comments

Comments
 (0)