make sure tox.ini doesn't go over 80chars
This commit is contained in:
parent
9efdbf2923
commit
3785644bad
3
tox.ini
3
tox.ini
@ -22,7 +22,8 @@ downloadcache = ~/cache/pip
|
||||
[testenv:pep8]
|
||||
deps = pep8==1.1
|
||||
commands =
|
||||
pep8 --repeat --show-pep8 --show-source --ignore=W602 --exclude=.venv,.tox,dist,doc,test .
|
||||
pep8 --repeat --show-pep8 --show-source --ignore=W602 \
|
||||
--exclude=.venv,.tox,dist,doc,test .
|
||||
|
||||
[testenv:cover]
|
||||
setenv = NOSE_WITH_COVERAGE=1
|
||||
|
Loading…
x
Reference in New Issue
Block a user