-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathtox.ini
More file actions
40 lines (36 loc) · 840 Bytes
/
tox.ini
File metadata and controls
40 lines (36 loc) · 840 Bytes
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
32
33
34
35
36
37
38
39
40
[tox]
envlist = py{39,310,311,312,313}
skip_missing_interpreters = True
skipsdist = True
[gh-actions]
python =
3.9: py39
3.10: py310
3.11: py311
3.12: py312
3.13: py313
[testenv]
deps =
-r{toxinidir}/requirements.txt
-r{toxinidir}/requirements.dev.txt
commands =
python --version
pytest --cov=cloudscale_cli --cov-report=xml -v
setenv =
CLOUDSCALE_CONFIG = /tmp/test-cloudscale.ini
[testenv:coverage]
deps =
-r{toxinidir}/requirements.txt
-r{toxinidir}/requirements.dev.txt
commands =
python --version
pytest --cov=cloudscale_cli -v
setenv =
CLOUDSCALE_CONFIG = /tmp/test-cloudscale.ini
[testenv:man]
deps =
-r{toxinidir}/requirements.txt
-r{toxinidir}/requirements.dev.txt
click-man
commands =
python3 setup.py --command-packages=click_man.commands man_pages