We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a8e0380 commit 91ecacbCopy full SHA for 91ecacb
2 files changed
.travis.yml
@@ -17,10 +17,10 @@ matrix:
17
- python: pypy
18
# TODO: fix tests
19
- python: pypy3
20
- - env: TOXENV=linter
+ - env: TOXENV=pre-commit
21
include:
22
- python: 3.5
23
- env: TOXENV=linter
+ env: TOXENV=pre-commit
24
25
cache: pip
26
tox.ini
@@ -12,6 +12,6 @@ extras =
12
testing
13
routes_dispatcher
14
15
-[testenv:linter]
+[testenv:pre-commit]
16
deps = pre-commit
commands = pre-commit run --all-files {posargs}
0 commit comments