Skip to content

Commit e72601d

Browse files
committed
This is an auto-commit, updating project meta data, such as changelog.rst, contributors.rst
1 parent 3538bc5 commit e72601d

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

.travis.yml

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,30 @@ python:
1717
- 3.8
1818

1919
stages:
20+
- lint
21+
- moban
2022
- test
2123

2224

25+
.lint: &lint
26+
git:
27+
submodules: false
28+
python: 3.6
29+
env:
30+
- MINREQ=0
31+
stage: lint
32+
script: make lint
33+
34+
.moban: &moban
35+
python: 3.6
36+
env:
37+
- MINREQ=0
38+
stage: moban
39+
install: pip install moban gitfs2 pypifs moban-jinja2-github moban-ansible
40+
script:
41+
- moban
42+
- git diff --exit-code
43+
2344
jobs:
2445
include:
2546
- *moban

0 commit comments

Comments
 (0)