These are advices on how to maintain iotlabcli as I do right now.
Python versions 3.7+ are unit-tested. You can run all tests with:
tox
Running test for one specific version
tox -e py37
Development depencencies can be installed with
pip install -r tests_utils/test-requirements
python setup.py lint
python setup.py pep8
flake8 # it does not work from setup.py script
python setup.py nosetests