-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathtox.ini
More file actions
49 lines (42 loc) · 936 Bytes
/
tox.ini
File metadata and controls
49 lines (42 loc) · 936 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
41
42
43
44
45
46
47
48
49
; DO NOT EDIT THIS FILE DIRECTLY!!! Edit the template in ci/templates/tox.ini
; and then regenerate this file by running the ci/bootstrap.py script.
;
[tox]
envlist =
{clean,1-defaults,2-capitol-letter-slug,2-disparate-repo,2-no-library}
skipsdist = true
[testenv]
passenv =
*
basepython =
{env:TOXPYTHON:python3}
envdir =
{toxworkdir}/py
deps =
cookiecutter
tox
pyyaml
click
[testenv:bootstrap]
deps =
jinja2
matrix
pyyaml
click
commands =
{toxinidir}/ci/bootstrap.py --no-env
[testenv:clean]
commands =
{toxinidir}/ci/env_test.py clean
[testenv:1-defaults]
commands =
{toxinidir}/ci/env_test.py 1-defaults
[testenv:2-capitol-letter-slug]
commands =
{toxinidir}/ci/env_test.py 2-capitol-letter-slug
[testenv:2-disparate-repo]
commands =
{toxinidir}/ci/env_test.py 2-disparate-repo
[testenv:2-no-library]
commands =
{toxinidir}/ci/env_test.py 2-no-library