Skip to content

Commit 91ecacb

Browse files
committed
Rename 'linter' to 'pre-commit' for consistency.
1 parent a8e0380 commit 91ecacb

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@ matrix:
1717
- python: pypy
1818
# TODO: fix tests
1919
- python: pypy3
20-
- env: TOXENV=linter
20+
- env: TOXENV=pre-commit
2121
include:
2222
- python: 3.5
23-
env: TOXENV=linter
23+
env: TOXENV=pre-commit
2424

2525
cache: pip
2626

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@ extras =
1212
testing
1313
routes_dispatcher
1414

15-
[testenv:linter]
15+
[testenv:pre-commit]
1616
deps = pre-commit
1717
commands = pre-commit run --all-files {posargs}

0 commit comments

Comments
 (0)