Skip to content

Commit 99aa1d5

Browse files
committed
add bare dependencies test
1 parent 255d2aa commit 99aa1d5

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

tox.ini

Lines changed: 8 additions & 1 deletion
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},report,pre-commit
4+
envlist = clean,py{36,37,38},bare{36,37,38},report,pre-commit
55

66
[pytest]
77
testpaths = adaptive
@@ -36,6 +36,13 @@ depends =
3636
{py36,py37,py38}: clean
3737
report: {py36,py37,py38}
3838

39+
[testenv:bare]
40+
deps = .[testing]
41+
commands =
42+
pytest
43+
depends =
44+
{bare36,bare37,bare38}: clean
45+
3946
[testenv:report]
4047
deps = coverage
4148
skip_install = true

0 commit comments

Comments
 (0)