Skip to content

Commit 3432c03

Browse files
committed
Omit pypy from matrix of runtimes
1 parent 96f90d7 commit 3432c03

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tox.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
[tox]
2-
envlist = py36,py37,pypy,pypy3,flake8
2+
envlist = py36,py37,pypy3,flake8
33

44
[testenv]
55
deps =
66
pytest
77
pytest-cov
88
flask
9-
pypy: mock
9+
mock
1010
commands = pytest -vl --cov=github_webhook --cov-report term-missing --cov-fail-under 98
1111

1212
[testenv:flake8]

0 commit comments

Comments
 (0)