Skip to content

Commit 7a5acef

Browse files
author
Sam McHardy
committed
Attempt to ignore pep8 line to long error
1 parent 65b508d commit 7a5acef

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

Diff for: setup.cfg

+3
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,5 @@
11
[bdist_wheel]
22
universal = 1
3+
4+
[pep8]
5+
ignore = E501

Diff for: tox.ini

+4-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ envlist = py26, py27, py32, py33, py34, py35, py36
55
deps =
66
-rtest-requirements.txt
77
-rrequirements.txt
8-
commands = py.test -v tests/
8+
commands = py.test -v tests/ --doctest-modules --pep8 binance --cov binance --cov-report term-missing
99
passenv =
1010
TRAVIS
1111
TRAVIS_BRANCH
@@ -30,3 +30,6 @@ exclude =
3030
.tox,
3131
build,
3232
dist
33+
34+
[pep8]
35+
ignore = E501

0 commit comments

Comments
 (0)