Skip to content

Commit f1d7c54

Browse files
committed
Fix tox syntax error
1 parent 3f9d83e commit f1d7c54

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tox.ini

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
envlist =
88
fmt
99
lint
10-
py{310,39,38,37,36,35,py3}
10+
py{310,39,38,37}
1111
skip_missing_interpreters = true
1212

1313
[tool:pytest]
@@ -21,12 +21,12 @@ setenv =
2121
COVERAGE_FILE = {toxworkdir}/.coverage.{envname}
2222
deps =
2323
coverage >= 5
24-
py{310,39,38,37,36,35,py3}: pytest >= 6.0.0
24+
py{310,39,38,37}: pytest >= 6.0.0
2525
pytest-cov >= 2.8.1, < 2.11.0
2626
pytest-mock >= 2.0.0
2727
pytest-xdist >= 1.31.0
2828
commands = pytest --cov {posargs:-n auto}
29-
passenv = LDFLAGS CFLAGS
29+
passenv = LDFLAGS,CFLAGS
3030

3131
[testenv:fmt]
3232
description = run code formatting using black

0 commit comments

Comments
 (0)