mirror of
https://github.com/vale981/recommonmark
synced 2025-03-06 02:21:38 -05:00
Merge pull request #99 from rtfd/split-lint
Stop linting since there's a lot of errors for now.
This commit is contained in:
commit
5f4bd644a6
2 changed files with 6 additions and 1 deletions
|
@ -24,4 +24,8 @@ mccabe:
|
||||||
pep257:
|
pep257:
|
||||||
run: true
|
run: true
|
||||||
disable:
|
disable:
|
||||||
|
- D213
|
||||||
- D211
|
- D211
|
||||||
|
- D107
|
||||||
|
- D104
|
||||||
|
|
||||||
|
|
3
tox.ini
3
tox.ini
|
@ -5,7 +5,7 @@ envlist =
|
||||||
docs
|
docs
|
||||||
|
|
||||||
[tox:travis]
|
[tox:travis]
|
||||||
2.7 = py27, lint, docs
|
2.7 = py27, docs, #lint
|
||||||
3.4 = py34
|
3.4 = py34
|
||||||
3.5 = py35
|
3.5 = py35
|
||||||
3.6 = py36
|
3.6 = py36
|
||||||
|
@ -16,6 +16,7 @@ setenv =
|
||||||
deps =
|
deps =
|
||||||
.
|
.
|
||||||
pytest
|
pytest
|
||||||
|
sphinx<1.7
|
||||||
commands =
|
commands =
|
||||||
py.test {posargs}
|
py.test {posargs}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue