summaryrefslogtreecommitdiffstats
path: root/tox.ini
blob: ad70bf95a60ee9fa2c9c8e138d27777f529d1028 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# 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