summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tox.ini13
1 files changed, 13 insertions, 0 deletions
diff --git a/tox.ini b/tox.ini
new file mode 100644
index 0000000..f88ea10
--- /dev/null
+++ b/tox.ini
@@ -0,0 +1,13 @@
+[tox]
+env_list =
+ py311
+minversion = 4.6.4
+
+[testenv]
+description = run the tests with pytest
+package = wheel
+wheel_build_env = .pkg
+deps =
+ pytest>=6
+commands =
+ pytest {tty:--color=yes} {posargs}