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 0261783 commit 4f63a3fCopy full SHA for 4f63a3f
1 file changed
tox.ini
@@ -2,6 +2,8 @@
2
envlist = python27,python33,python34,python35,python36,python37,python38,python39,python310,python311,python312,python313,python314,pypy,pypy3
3
4
[testenv]
5
+setenv =
6
+ PYTHONHASHSEED = 0
7
commands =
8
pytest {posargs:test} --junitxml=junit-{envname}.xml --maxfail=1 --verbose
9
0 commit comments