Sybren A. Stüvel b48978f067 Moved from Pipenv to Poetry
All the Blender Institute Python webprojects are moving to Poetry; it works
better than Pipenv in various regards.
2019-06-07 12:49:59 +02:00

10 lines
150 B
INI

[tox]
isolated_build = true
envlist = py35, py37
[testenv]
whitelist_externals = poetry
commands=
poetry install
poetry run py.test --no-cov