Skip to content

Commit bd8ebba

Browse files
committed
Sort tox interpreters per version
1 parent c68d082 commit bd8ebba

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
@@ -5,11 +5,11 @@ envlist =
55

66
[testenv]
77
basepython =
8-
py37-64: python3.7-64
9-
py38-64: python3.8-64
10-
py39-64: python3.9-64
118
py37-32: python3.7-32
9+
py37-64: python3.7-64
1210
py38-32: python3.8-32
11+
py38-64: python3.8-64
1312
py39-32: python3.9-32
13+
py39-64: python3.9-64
1414
deps = -r requirements/tests.txt
1515
commands = python -m ahkpy -m pytest

0 commit comments

Comments
 (0)