Merge pull request #99 from rtfd/split-lint

Stop linting since there's a lot of errors for now.
This commit is contained in:
Eric Holscher 2018-05-30 15:51:28 -04:00 committed by GitHub
commit 5f4bd644a6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 1 deletions

View file

@ -24,4 +24,8 @@ mccabe:
pep257:
run: true
disable:
- D213
- D211
- D107
- D104

View file

@ -5,7 +5,7 @@ envlist =
docs
[tox:travis]
2.7 = py27, lint, docs
2.7 = py27, docs, #lint
3.4 = py34
3.5 = py35
3.6 = py36
@ -16,6 +16,7 @@ setenv =
deps =
.
pytest
sphinx<1.7
commands =
py.test {posargs}