Migrate from Pipenv to Poetry

This commit is contained in:
Christophe Mehay 2020-05-09 15:28:19 +02:00
parent dddf9979db
commit caf94bc54d
14 changed files with 1109 additions and 504 deletions

15
tox.ini
View file

@ -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/