Skip to content
This repository has been archived by the owner on Oct 20, 2020. It is now read-only.

Commit

Permalink
Skip pytest when linting
Browse files Browse the repository at this point in the history
  • Loading branch information
mmphego committed Aug 23, 2019
1 parent 114027a commit edb1679
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,10 @@ jobs:
- stage: lint
before_install:
- pip install pre-commit
- pip install -r requirements.txt
install:
- pre-commit install
script:
- pre-commit run --all-files
- SKIP=pytest pre-commit run --all-files

- stage: test
before_install:
Expand Down

0 comments on commit edb1679

Please sign in to comment.