Skip to content

Commit edb68f9

Browse files
committed
Run coverage under PyPy3.
1 parent 53547c8 commit edb68f9

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

tox.ini

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,10 @@ commands = coverage run --parallel -m pytest {posargs}
2020
deps = -rdev-requirements.txt
2121
commands = coverage run --parallel -m pytest {posargs}
2222

23+
[testenv:pypy3]
24+
deps = -rdev-requirements.txt
25+
commands = coverage run --parallel -m pytest {posargs}
26+
2327

2428
[testenv:flake8]
2529
basepython = python3.6

0 commit comments

Comments
 (0)