File tree 2 files changed +1
-8
lines changed
2 files changed +1
-8
lines changed Original file line number Diff line number Diff line change @@ -19,14 +19,11 @@ matrix:
19
19
# TODO: fix tests
20
20
- python : pypy3
21
21
- env : TOXENV=pre-commit-pep257
22
- - env : TOXENV=pre-commit-flake8
23
22
include :
24
23
- python : 3.6
25
24
env : TOXENV=pre-commit
26
25
- python : 3.6
27
26
env : TOXENV=pre-commit-pep257
28
- - python : 3.6
29
- env : TOXENV=pre-commit-flake8
30
27
- python : 3.6
31
28
env : TOXENV=dist-check
32
29
Original file line number Diff line number Diff line change @@ -15,17 +15,13 @@ extras =
15
15
[testenv:pre-commit]
16
16
deps = pre-commit
17
17
setenv =
18
- SKIP =pep257,flake8
18
+ SKIP =pep257
19
19
commands = pre-commit run --all-files {posargs}
20
20
21
21
[testenv:pre-commit-pep257]
22
22
deps = pre-commit
23
23
commands = pre-commit run --all-files pep257 {posargs}
24
24
25
- [testenv:pre-commit-flake8]
26
- deps = pre-commit
27
- commands = pre-commit run --all-files flake8 {posargs}
28
-
29
25
[testenv:dist-check]
30
26
# ensure that package artifacts are installed as expected
31
27
usedevelop = False
You can’t perform that action at this time.
0 commit comments