Set mandatory UUID in TAPI connectivity module
[transportpce.git] / tox.ini
diff --git a/tox.ini b/tox.ini
index 24165a59d25142ae21e89ecdf9fd73eb14bdf51e..c8917cc050f7f1dc1f2ebcf2c3f25902c5e58b6c 100644 (file)
--- a/tox.ini
+++ b/tox.ini
@@ -8,8 +8,6 @@ setupdir = tests/
 
 [testenv]
 passenv = USE_LIGHTY http_proxy HTTP_PROXY https_proxy HTTPS_PROXY no_proxy NO_PROXY
-setenv =
-  USE_LIGHTY = True
 usedevelop = True
 basepython = python3
 deps =
@@ -76,6 +74,14 @@ basepython = python3
 deps = -rdocs/requirements.txt
 commands = sphinx-build -b linkcheck -d {envtmpdir}/doctrees ../docs/ {toxinidir}/docs/_build/linkcheck
 
+[testenv:spelling]
+basepython = python3
+deps =
+    -rdocs/requirements.txt
+    sphinxcontrib-spelling
+    PyEnchant
+commands = sphinx-build -b spelling  -d {envtmpdir}/doctrees ../docs/ {toxinidir}/docs/_build/spelling
+
 [testenv:autopep8]
 basepython = python3
 deps = autopep8