We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 04e4ccc commit 953ecdaCopy full SHA for 953ecda
scripts/python/module/tox.ini
@@ -15,11 +15,13 @@ envlist =
15
16
[testenv]
17
setenv =
18
- PYTHONPATH = {toxinidir}:{toxinidir}/src/PyNUTClient
+ PYTHONPATH = {toxinidir}:{toxinidir}/PyNUTClient
19
20
+# On my system, some but not all Python versions complained about lack of
21
+# "distutils.cmd" etc. in the prepared virtual environments. Can this help?
22
commands_pre =
23
python -m pip install -U pip
24
25
commands =
- python src/PyNUTClient/test_nutclient.py
26
+ python PyNUTClient/test_nutclient.py
27
#py.test --basetemp={envtmpdir}
0 commit comments