forked from siemens/mtda
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtox.ini
28 lines (25 loc) · 797 Bytes
/
tox.ini
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
# ---------------------------------------------------------------------------
# Setup script for MTDA
# ---------------------------------------------------------------------------
#
# This software is a part of MTDA.
# Copyright (C) 2023 Siemens Digital Industries Software
#
# ---------------------------------------------------------------------------
# SPDX-License-Identifier: MIT
# ---------------------------------------------------------------------------
[tox]
envlist = py38,py39,py310
[testenv]
allowlist_externals = bash
deps =
flake8
pytest
reuse
python-debian < 0.1.44
commands =
flake8 --exclude mtda/scripts mtda mtda-cli mtda-service mtda-ui mtda-config
reuse lint
bash ./scripts/test-using-docker
[flake8]
exclude = dist,docs,*.egg-info,__pycache__