glances/tox.ini

24 lines
420 B
INI
Raw Normal View History

2014-10-03 00:13:48 +04:00
# Tox (http://tox.testrun.org/) is a tool for running tests
# Install:
2014-10-03 00:13:48 +04:00
# pip install tox
# Run:
# tox
[tox]
#envlist = py27
envlist = py27, py35
2014-10-03 00:13:48 +04:00
[testenv]
deps =
flake8
requests
psutil
bottle
batinfo
https://bitbucket.org/gleb_zhulik/py3sensors/get/tip.tar.gz
commands =
python unitest.py
python unitest-restful.py
python unitest-xmlrpc.py
#flake8 --exclude=build,.tox,.git