Create pyproject.toml

This commit is contained in:
Sergey Petrov
2019-10-28 01:52:20 +03:00
parent aedc64e8bc
commit 8b4230dffa
4 changed files with 40 additions and 7 deletions
+4 -5
View File
@@ -2,8 +2,7 @@
envlist = py35, py36, py37, py38
[testenv]
commands = pytest {posargs}
extras = tests
usedevelop=True
whitelist_externals = poetry
commands =
poetry install -v
poetry run pytest {posargs}