finish base cli
This commit is contained in:
19
tox.ini
Normal file
19
tox.ini
Normal 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
|
||||
Reference in New Issue
Block a user