finish base cli

This commit is contained in:
long2ice
2020-05-14 18:46:17 +08:00
parent d385647fba
commit 2da90ecca6
21 changed files with 465 additions and 623 deletions

19
tox.ini Normal file
View File

@@ -0,0 +1,19 @@
[tox]
envlist = py{37,38,39}
skip_missing_interpreters = True
[testenv]
whitelist_externals=
make
commands=
make ci
deps =
-r requirements-dev.txt
[testenv:pypy3]
deps =
-r tests/requirements-pypy.txt
setenv =
PYTEST_ADDOPTS="--no-cov"
commands=
make _testall