Migrate from Pipenv to Poetry
This commit is contained in:
parent
dddf9979db
commit
caf94bc54d
14 changed files with 1109 additions and 504 deletions
15
tox.ini
15
tox.ini
|
|
@ -1,12 +1,9 @@
|
|||
[tox]
|
||||
envlist = py34, py35, py36, py37
|
||||
changedir=assets/onions/
|
||||
setupdir=assets/onions/
|
||||
skip_missing_interpreters = true
|
||||
isolated_build = true
|
||||
envlist = py36, py37
|
||||
|
||||
[testenv]
|
||||
deps=
|
||||
pytest
|
||||
pyfakefs
|
||||
pytest-mock
|
||||
commands=pytest -v
|
||||
whitelist_externals = poetry
|
||||
commands =
|
||||
poetry install -v
|
||||
poetry run pytest tests/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue