Skip to content

Commit 23b9fc6

Browse files
eumirophibos
authored andcommitted
Restructure tox.ini
1 parent 1482244 commit 23b9fc6

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

tox.ini

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,11 @@ deps =
66
pytest
77
pytest-cov
88
commands = pytest --cov overpy --cov-report=term-missing -v tests/
9+
10+
[gh-actions]
11+
python =
12+
3.6: py36
13+
3.7: py37
14+
3.8: py38
15+
3.9: py39
16+
pypy3: pypy3

0 commit comments

Comments
 (0)