Commit e8026c26 by Sébastien Eustace

Update tox config

parent 2816aaba
...@@ -6,5 +6,5 @@ envlist = py27, py34, py35, py36, py37 ...@@ -6,5 +6,5 @@ envlist = py27, py34, py35, py36, py37
whitelist_externals = poetry whitelist_externals = poetry
skip_install = true skip_install = true
commands = commands =
poetry install -v poetry install -vvv
poetry run pytest tests/ poetry run pytest 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