glances/tox.ini

21 lines
334 B
INI
Raw Normal View History

2014-10-02 20:13:48 +00:00
# Tox (http://tox.testrun.org/) is a tool for running tests
# Install:
2014-10-02 20:13:48 +00:00
# pip install tox
# Run:
# tox
[tox]
2021-01-25 00:07:36 +00:00
envlist = py27, py38, py39
2014-10-02 20:13:48 +00:00
[testenv]
deps =
flake8
requests
psutil
bottle
commands =
python unitest.py
python unitest-restful.py
python unitest-xmlrpc.py
#flake8 --exclude=build,.tox,.git