Commit 7b3ff58e by Arun Babu Neelicattu

tox: use isolated builds

parent 10b8eab5
[tox] [tox]
skipsdist = True minversion = 3.3.0
isolated_build = True
envlist = py27, py35, py36, py37, py38 envlist = py27, py35, py36, py37, py38
[testenv] [testenv]
...@@ -7,4 +8,4 @@ whitelist_externals = poetry ...@@ -7,4 +8,4 @@ whitelist_externals = poetry
skip_install = true skip_install = true
commands = commands =
poetry install -vvv poetry install -vvv
poetry run pytest tests/ poetry run pytest {posargs} tests/
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment