We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 53547c8 commit edb68f9Copy full SHA for edb68f9
1 file changed
tox.ini
@@ -20,6 +20,10 @@ commands = coverage run --parallel -m pytest {posargs}
20
deps = -rdev-requirements.txt
21
commands = coverage run --parallel -m pytest {posargs}
22
23
+[testenv:pypy3]
24
+deps = -rdev-requirements.txt
25
+commands = coverage run --parallel -m pytest {posargs}
26
+
27
28
[testenv:flake8]
29
basepython = python3.6
0 commit comments