Skip to content

Commit afab96f

Browse files
committed
Update manifest for 3.14rc2
1 parent 3084703 commit afab96f

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

tox.ini

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
envlist = python27,python33,python34,python35,python36,python37,python38,python39,python310,python311,python312,python313,python314,pypy,pypy3
33

44
[testenv]
5-
setenv =
5+
setenv =
66
PYTHONHASHSEED = 0
77
commands =
8-
pytest {posargs:test} --junitxml=junit-{envname}.xml --maxfail=1 --verbose
8+
pytest {posargs:test} --junitxml=junit-{envname}.xml --verbose
99

1010
[testenv:python27]
1111
basepython = /usr/bin/python2.7
@@ -76,7 +76,7 @@ deps =
7676

7777
[testenv:python36]
7878
basepython = /usr/bin/python3.6
79-
deps =
79+
deps =
8080
atomicwrites==1.4.1
8181
attrs==20.3.0
8282
importlib-metadata==4.8.3
@@ -93,7 +93,7 @@ deps =
9393

9494
[testenv:python37]
9595
basepython = /usr/bin/python3.7
96-
deps =
96+
deps =
9797
atomicwrites==1.4.1
9898
attrs==20.3.0
9999
importlib-metadata==6.7.0
@@ -110,7 +110,7 @@ deps =
110110

111111
[testenv:python38]
112112
basepython = /usr/bin/python3.8
113-
deps =
113+
deps =
114114
atomicwrites==1.4.1
115115
attrs==20.3.0
116116
more-itertools==10.5.0
@@ -199,7 +199,7 @@ deps =
199199

200200
[testenv:pypy]
201201
basepython = /usr/bin/pypy
202-
deps =
202+
deps =
203203
atomicwrites==1.4.1
204204
attrs==20.3.0
205205
backports.functools-lru-cache==1.6.6
@@ -225,7 +225,7 @@ deps =
225225

226226
[testenv:pypy3]
227227
basepython = /usr/bin/pypy3
228-
deps =
228+
deps =
229229
atomicwrites==1.4.1
230230
attrs==20.3.0
231231
cffi==1.12.0

0 commit comments

Comments
 (0)