Skip to content

Commit 1b0aa1e

Browse files
committed
Update tox config [ci skip]
1 parent c603ad4 commit 1b0aa1e

File tree

1 file changed

+4
-10
lines changed

1 file changed

+4
-10
lines changed

tox.ini

+4-10
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tox]
22
distshare={homedir}/.tox/distshare
3-
envlist=linters,py38-xdist,py38-pytest-latest,py38
3+
envlist=linters,py{38,39,310}-xdist,py{38,39,310}-pytest-latest,py{38,39,310}
44
skip_missing_interpreters = true
55

66
[testenv]
@@ -11,7 +11,7 @@ deps =
1111
passenv = DISPLAY
1212

1313
[testenv:linters]
14-
basepython=python3.8
14+
basepython=python3.10
1515
commands={[testenv]commands} pytest_splinter --black
1616

1717
[testenv:coveralls]
@@ -23,17 +23,15 @@ commands=
2323
coverage report -m
2424
coveralls
2525

26-
[testenv:py38-xdist]
27-
basepython=python3.8
26+
[testenv:xdist]
2827
deps =
2928
{[testenv]deps}
3029
pytest-xdist
3130
commands=
3231
py.test pytest_splinter tests -n1 -rfsxX \
3332
--junitxml={envlogdir}/junit-{envname}.xml
3433

35-
[testenv:py38-pytest-latest]
36-
basepython=python3.8
34+
[testenv:pytest-latest]
3735
deps =
3836
{[testenv]deps}
3937
git+https://github.com/pytest-dev/py.git#egg=py
@@ -44,10 +42,6 @@ addopts = -vvl -r w
4442

4543
[gh-actions]
4644
python =
47-
2.7: py27
48-
3.5: py35
49-
3.6: py36
50-
3.7: py37
5145
3.8: py38
5246
3.9: py39
5347
3.10: py310

0 commit comments

Comments
 (0)