Skip to content

Commit

Permalink
add lint test
Browse files Browse the repository at this point in the history
  • Loading branch information
amykyta3 committed Sep 17, 2020
1 parent 212d28b commit 593f94a
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ python:
- 3.8

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

jobs:
include:
# Run lint
- stage: lint
name: Lint
install:
- python -m pip install pylint
- python -m pip install .
script: pylint rdl_pygments

# Deploy source distribution
- stage: deploy
name: Deploy source distribution
Expand Down

0 comments on commit 593f94a

Please sign in to comment.