Skip to content

Commit dd4d4c1

Browse files
committed
Add tox configuration
1 parent ec448f8 commit dd4d4c1

1 file changed

Lines changed: 16 additions & 0 deletions

File tree

setup.cfg

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,19 @@ max-line-length = 88
88

99
[wheel]
1010
universal = 1
11+
12+
[tox:tox]
13+
envlist = py36, py37, py38, mypy
14+
15+
[gh-actions]
16+
python =
17+
3.6: py36
18+
3.7: py37
19+
3.8: py38
20+
3.9: py39, mypy
21+
22+
[testenv]
23+
deps =
24+
pytest
25+
mocket
26+
commands = pytest tests

0 commit comments

Comments
 (0)