summaryrefslogtreecommitdiffstats
path: root/tox.ini
blob: 3675b35105d0fb26223958316d80b4691783ed5f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
# Tox (http://tox.testrun.org/) is a tool for running tests
# Install:
#   pip install tox
# Run:
#   tox

[tox]
envlist =
    py38
    py39
    py310
    py311
    py312

[testenv]
deps =
    flake8
    psutil
    defusedxml
    packaging
    pydantic
    ujson
    fastapi
    uvicorn
    jinja2
    requests
commands =
    python unittest-core.py
    ; python unittest-restful.py
    ; python unittest-xmlrpc.py
    ;flake8 --exclude=build,.tox,.git