This commit is contained in:
Regen
2019-11-16 02:14:44 +09:00
parent b6916f1082
commit 6b591f7146
2 changed files with 41 additions and 0 deletions

View File

@@ -3,6 +3,12 @@ isolated_build = True
skipsdist = True
envlist = py36, py37, py38, lint
[gh-actions]
python =
3.6: py36
3.7: py37, lint
3.8: py38
[testenv]
whitelist_externals = poetry
skip_install = true