Skip to content

Commit

Permalink
Rename 'linter' to 'pre-commit' for consistency.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaraco committed Dec 27, 2016
1 parent a8e0380 commit 91ecacb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Expand Up @@ -17,10 +17,10 @@ matrix:
- python: pypy
# TODO: fix tests
- python: pypy3
- env: TOXENV=linter
- env: TOXENV=pre-commit
include:
- python: 3.5
env: TOXENV=linter
env: TOXENV=pre-commit

cache: pip

Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Expand Up @@ -12,6 +12,6 @@ extras =
testing
routes_dispatcher

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

0 comments on commit 91ecacb

Please sign in to comment.