Skip to content

Commit 593f94a

Browse files
committed
add lint test
1 parent 212d28b commit 593f94a

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.travis.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ python:
33
- 3.8
44

55
stages:
6+
- lint
67
# Only execute deployment stage on tagged release commits in the form of "v1.2.3"
78
# and from your repository (e.g. not PRs).
89
# Also allows alpha/beta releases such as "v1.2.3b2"
@@ -11,6 +12,14 @@ stages:
1112

1213
jobs:
1314
include:
15+
# Run lint
16+
- stage: lint
17+
name: Lint
18+
install:
19+
- python -m pip install pylint
20+
- python -m pip install .
21+
script: pylint rdl_pygments
22+
1423
# Deploy source distribution
1524
- stage: deploy
1625
name: Deploy source distribution

0 commit comments

Comments
 (0)