Skip to content

Commit b25eecf

Browse files
committed
rename "bare" tox environment
1 parent c8283ae commit b25eecf

File tree

1 file changed

+4
-12
lines changed

1 file changed

+4
-12
lines changed

tox.ini

Lines changed: 4 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
[tox]
33
isolated_build = True
4-
envlist = clean,py{36,37,38},bare{36,37,38},report,pre-commit
4+
envlist = clean,py{36,37,38}-{mindeps,alldeps},report,pre-commit
55

66
[pytest]
77
testpaths = adaptive
@@ -29,19 +29,11 @@ precision = 2
2929
output = .coverage.xml
3030

3131
[testenv]
32-
deps = .[testing,other]
32+
deps =
33+
mindeps: .[testing]
34+
alldeps: .[testing,other]
3335
commands =
3436
pytest
35-
depends =
36-
{py36,py37,py38}: clean
37-
report: {py36,py37,py38}
38-
39-
[testenv:bare]
40-
deps = .[testing]
41-
commands =
42-
pytest
43-
depends =
44-
{bare36,bare37,bare38}: clean
4537

4638
[testenv:report]
4739
deps = coverage

0 commit comments

Comments
 (0)