From c77d4fc27a7235f206e2ae771c47a57d6cc18df4 Mon Sep 17 00:00:00 2001 From: Cody Logan Date: Tue, 7 Jan 2020 16:28:01 -0800 Subject: Initial commit --- tox.ini | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 tox.ini (limited to 'tox.ini') diff --git a/tox.ini b/tox.ini new file mode 100644 index 0000000..f8115c7 --- /dev/null +++ b/tox.ini @@ -0,0 +1,9 @@ +[tox] +isolated_build = True +envlist = py36, py37, py38 + +[testenv] +whitelist_externals = poetry +commands = + poetry install + poetry run pytest -- cgit v1.2.3