make sure tox.ini doesn't go over 80chars

This commit is contained in:
Stef T 2012-08-20 18:51:58 -04:00
parent 9efdbf2923
commit 3785644bad

View File

@ -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