From a2c487111d57c9331620613ec83813ff6f0d7d96 Mon Sep 17 00:00:00 2001 From: colin-rogers-dbt <111200756+colin-rogers-dbt@users.noreply.github.com> Date: Fri, 1 Mar 2024 17:53:49 -0800 Subject: [PATCH] add tox file so release workflows succeed (#996) * add tox file so release workflows succeed * add empty tox file --- tox.ini | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 tox.ini diff --git a/tox.ini b/tox.ini new file mode 100644 index 000000000..62bb9c5b0 --- /dev/null +++ b/tox.ini @@ -0,0 +1,3 @@ +[tox] +skipsdist = True +envlist = unit, flake8, integration-spark-thrift