docs: cleanup: Rephrase and correct typos
[barectf.git] / tox.ini
diff --git a/tox.ini b/tox.ini
index 9b6de43997741008bc8bb82cd2a6dfefb0d1e225..68883ec51f5b6ba794b80fe93054f804f03f3bc5 100644 (file)
--- a/tox.ini
+++ b/tox.ini
@@ -1,12 +1,17 @@
 [tox]
-minversion = 3.3
+minversion = 3.18
 isolated_build = true
 envlist = tests
 skipsdist = True
 
 [testenv]
-whitelist_externals = poetry
-passenv = TERM TERMINFO
+allowlist_externals = poetry
+passenv =
+    CC
+    C_INCLUDE_PATH
+    LIBRARY_PATH
+    TERM
+    TERMINFO
 
 [testenv:tests]
 changedir = tests
This page took 0.021971 seconds and 4 git commands to generate.