Skip to content

Commit

Permalink
Attempt to ignore pep8 line to long error
Browse files Browse the repository at this point in the history
  • Loading branch information
Sam McHardy committed Aug 25, 2017
1 parent 65b508d commit 7a5acef
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
3 changes: 3 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
[bdist_wheel]
universal = 1

[pep8]
ignore = E501
5 changes: 4 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ envlist = py26, py27, py32, py33, py34, py35, py36
deps =
-rtest-requirements.txt
-rrequirements.txt
commands = py.test -v tests/
commands = py.test -v tests/ --doctest-modules --pep8 binance --cov binance --cov-report term-missing
passenv =
TRAVIS
TRAVIS_BRANCH
Expand All @@ -30,3 +30,6 @@ exclude =
.tox,
build,
dist

[pep8]
ignore = E501

0 comments on commit 7a5acef

Please sign in to comment.