-
Notifications
You must be signed in to change notification settings - Fork 17
/
tox.ini
39 lines (33 loc) · 839 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
29
30
31
32
33
34
35
36
37
38
39
[tox]
env_list =
pre-commit
validate-sd
no-extra-fields
ignore_errors = True
skip_empty = True
[testenv]
description = base evironment
[testenv:pre-commit]
deps = pre-commit
commands = pre-commit run --all-files --show-diff-on-failure
[testenv:validate-sd]
description = install virtual environment and validate the model reference
skip_install = false
passenv =
TESTS_ONGOING
HORDE_MODEL_REFERENCE_GITHUB_BRANCH
deps =
-r scripts/requirements.txt
commands =
python scripts/validate_stable_diffusion.py
[testenv:no-extra-fields]
description = install virtual environment and validate the model reference
skip_install = false
passenv =
TESTS_ONGOING
HORDE_MODEL_REFERENCE_GITHUB_BRANCH
HORDELIB_CI_ONGOING
deps =
-r scripts/requirements.txt
commands =
python scripts/no_extra_fields.py