Skip to content

Commit 8b56329

Browse files
committed
Allow failures on *-djangomaster tox targets
1 parent d579f21 commit 8b56329

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

tox.ini

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ deps =
2121
commands =
2222
python --version
2323
pip install -e demo/
24-
rundemo test demo_chunkator
24+
python -Wd {envbindir}/rundemo test {posargs:demo_chunkator}
2525

2626
[travis]
2727
python =
@@ -30,6 +30,12 @@ python =
3030
3.6: py36
3131
3.7: py37
3232

33+
[testenv:py36-djangomaster]
34+
ignore_outcome=true
35+
36+
[testenv:py37-djangomaster]
37+
ignore_outcome=true
38+
3339
[testenv:py27-flake8]
3440
commands = flake8 chunkator
3541
deps = flake8

0 commit comments

Comments
 (0)