mirror of
https://github.com/nicolargo/glances.git
synced 2024-11-13 00:14:50 +03:00
21 lines
334 B
INI
21 lines
334 B
INI
# Tox (http://tox.testrun.org/) is a tool for running tests
|
|
# Install:
|
|
# pip install tox
|
|
# Run:
|
|
# tox
|
|
|
|
[tox]
|
|
envlist = py27, py38, py39
|
|
|
|
[testenv]
|
|
deps =
|
|
flake8
|
|
requests
|
|
psutil
|
|
bottle
|
|
commands =
|
|
python unitest.py
|
|
python unitest-restful.py
|
|
python unitest-xmlrpc.py
|
|
#flake8 --exclude=build,.tox,.git
|