Skip to content

Commit ee36628

Browse files
committed
Use correct tox environment for RustPython
1 parent 905ecd9 commit ee36628

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tox.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,15 @@
1313
# * pytest
1414

1515
[tox]
16-
envlist = py36, py37, py38, py39, py310-dev, pypy3, pyrustpython, mypy, build
16+
envlist = py36, py37, py38, py39, py310-dev, pypy3, rustpython, mypy, build
1717
skip_missing_interpreters = True
1818
requires =
1919
pip>=20.3.3
2020
tox-envlist>=0.1.0
2121
isolated_build = True
2222

2323
[envlists]
24-
test = py36, py37, py38, py39, py310-dev, pypy3, pyrustpython
24+
test = py36, py37, py38, py39, py310-dev, pypy3, rustpython
2525
qa = mypy, lint
2626
cov = py36, coverage
2727

0 commit comments

Comments
 (0)