1 --- PyNUTClient-2.8.2/tox.ini.orig
2 +++ PyNUTClient-2.8.2/tox.ini
4 py3{5,5,6,7,8,9,10,11,12,13}
8 - PYTHONPATH = {toxinidir}:{toxinidir}/PyNUTClient
10 -# On my system, some but not all Python versions complained about lack of
11 -# "distutils.cmd" etc. in the prepared virtual environments. Can this help?
13 - python -m pip install -U pip
16 python PyNUTClient/test_nutclient.py
17 #py.test --basetemp={envtmpdir}