Skip to content

Commit

Permalink
Merge pull request #399 from lukpueh/skip-coveralls-on-lint
Browse files Browse the repository at this point in the history
Skip publishing coverage results on lint build
  • Loading branch information
adityasaky authored Oct 27, 2020
2 parents 12c477f + 368931f commit 3aec519
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ matrix:
env: TOXENV=py38
- python: "3.8"
env: TOXENV=lint
after_success: skip

install:
- pip install -U tox
Expand Down

0 comments on commit 3aec519

Please sign in to comment.