We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c68d082 commit bd8ebbaCopy full SHA for bd8ebba
tox.ini
@@ -5,11 +5,11 @@ envlist =
5
6
[testenv]
7
basepython =
8
- py37-64: python3.7-64
9
- py38-64: python3.8-64
10
- py39-64: python3.9-64
11
py37-32: python3.7-32
+ py37-64: python3.7-64
12
py38-32: python3.8-32
+ py38-64: python3.8-64
13
py39-32: python3.9-32
+ py39-64: python3.9-64
14
deps = -r requirements/tests.txt
15
commands = python -m ahkpy -m pytest
0 commit comments