diff options
Diffstat (limited to 'tox.ini')
| -rw-r--r-- | tox.ini | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -0,0 +1,9 @@ +[tox] +isolated_build = True +envlist = py36, py37, py38 + +[testenv] +whitelist_externals = poetry +commands = + poetry install + poetry run pytest |
