mirror of
https://github.com/nicolargo/glances.git
synced 2024-11-11 06:18:11 +03:00
24 lines
406 B
INI
24 lines
406 B
INI
|
# Tox (http://tox.testrun.org/) is a tool for running tests
|
||
|
# Install:
|
||
|
# pip install tox
|
||
|
# Run:
|
||
|
# tox
|
||
|
|
||
|
[tox]
|
||
|
envlist = py27, py34
|
||
|
|
||
|
[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
|
||
|
|