Skip to content

Commit

Permalink
Merge pull request #3874 from blueyed/improve-pre-commit
Browse files Browse the repository at this point in the history
Travis: use TOXENV=linting for linting stage
  • Loading branch information
nicoddemus authored Aug 25, 2018
2 parents be4b359 + 415fcb9 commit 71b4995
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,12 +62,7 @@ jobs:
repo: pytest-dev/pytest
- stage: linting
python: '3.6'
env:
install:
- pip install pre-commit
- pre-commit install-hooks
script:
- pre-commit run --all-files
env: TOXENV=linting

script: tox --recreate

Expand Down

0 comments on commit 71b4995

Please sign in to comment.