glances/tox.ini
2017-02-11 10:05:54 +01:00

22 lines
344 B
INI

# Tox (http://tox.testrun.org/) is a tool for running tests
# Install:
# pip install tox
# Run:
# tox
[tox]
#envlist = py27
envlist = py27, py35
[testenv]
deps =
flake8
requests
psutil
bottle
commands =
python unitest.py
python unitest-restful.py
python unitest-xmlrpc.py
#flake8 --exclude=build,.tox,.git