Skip to content

Commit 35cf86b

Browse files
committed
✨ limit lint and moban to work on non minimum requirement stage only
1 parent 34553ec commit 35cf86b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

templates/travis.yml.jj2

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,8 @@ stages:
4747
git:
4848
submodules: false
4949
python: 3.6
50+
env:
51+
- MINREQ=0
5052
stage: lint
5153
{% if lint_command == 'flake8' %}
5254
install: pip install flake8
@@ -57,6 +59,8 @@ stages:
5759
{% if moban_command != False %}
5860
.moban: &moban
5961
python: 3.6
62+
env:
63+
- MINREQ=0
6064
stage: moban
6165
install: pip install moban>=0.0.4 gitfs2 pypifs
6266
{% if moban_command.startswith('moban') and 'exit-code' not in moban_command %}

0 commit comments

Comments
 (0)