Skip to content

Commit

Permalink
Do not run pre-commit on Travis
Browse files Browse the repository at this point in the history
modified:   .travis.yml
modified:   tox.ini
  • Loading branch information
jugmac00 committed Jul 17, 2020
1 parent 736fbb6 commit acda2d2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 0 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@ matrix:
env: TOXENV=py38
- python: "3.9-dev"
env: TOXENV=py39
- python: "3.8"
env: TOXENV=pre-commit
allow_failures:
- python: "3.9-dev"
env: TOXENV=py39
Expand Down
3 changes: 2 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,9 @@ envlist =
py38,
py39,
lint,
pre-commit,
coverage-report,
pre-commit,


[testenv]
coverage_run = {env:WIN_COV:coverage run}
Expand Down

0 comments on commit acda2d2

Please sign in to comment.