Skip to content

Commit 71b4995

Browse files
authored
Merge pull request #3874 from blueyed/improve-pre-commit
Travis: use TOXENV=linting for linting stage
2 parents be4b359 + 415fcb9 commit 71b4995

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.travis.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -62,12 +62,7 @@ jobs:
6262
repo: pytest-dev/pytest
6363
- stage: linting
6464
python: '3.6'
65-
env:
66-
install:
67-
- pip install pre-commit
68-
- pre-commit install-hooks
69-
script:
70-
- pre-commit run --all-files
65+
env: TOXENV=linting
7166

7267
script: tox --recreate
7368

0 commit comments

Comments
 (0)