Skip to content
This repository was archived by the owner on Dec 8, 2023. It is now read-only.

Commit 6e78446

Browse files
committed
Update gh-actions config.
1 parent b97f66d commit 6e78446

1 file changed

Lines changed: 6 additions & 5 deletions

File tree

tox.ini

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
[tox]
22
envlist = py38,py39,py310,flake8
33

4+
[gh-actions]
5+
python =
6+
3.8: py38
7+
3.9: py39
8+
3.10: py310, flake8
9+
410
[testenv]
511
commands =
612
mypy --ignore-missing-imports --scripts-are-modules alma_client
@@ -10,11 +16,6 @@ deps =
1016
-rdev-requirements.txt
1117
install_command = pip install {opts} {packages}
1218

13-
[testenv:py35]
14-
commands =
15-
pytest tests --cov-report term-missing --cov alma_client {posargs} # --cov-fail-under 100
16-
deps = -rtest-requirements.txt
17-
1819
[testenv:flake8]
1920
commands = flake8 alma_client
2021
deps =

0 commit comments

Comments
 (0)