[tox]
-envlist = py36, py37, py38, lint, mypy
+envlist = py37, py38, lint, mypy
skip_missing_interpreters = True
[gh-actions]
python =
- 3.6: py36, lint, mypy
- 3.7: py37
+ 3.7: py37, lint, mypy
3.8: py38
-[testenv]
-commands =
- pytest --timeout=30 --cov=music_assistant --cov-report= {posargs}
-deps =
- -rrequirements.txt
-
[testenv:lint]
basepython = python3
ignore_errors = True
-rrequirements_lint.txt
-rrequirements_test.txt
-[testenv:mypy]
-basepython = python3
-ignore_errors = True
-commands =
- mypy music_assistant
-deps =
- -rrequirements_lint.txt
+# [testenv:mypy]
+# basepython = python3
+# ignore_errors = True
+# commands =
+# mypy music_assistant
+# deps =
+# -rrequirements_lint.txt