aboutsummaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorSybren A. Stüvel <sybren@stuvel.eu>2016-01-27 18:19:46 +0100
committerSybren A. Stüvel <sybren@stuvel.eu>2016-01-27 18:19:46 +0100
commit6727a4b0b70cf801d6df40aeea636d09841b4361 (patch)
treea7391e5264893d928802a3b855b5a06e6c6366ce /tox.ini
parent4f2aa1d46079fe6a00025405a7a1d6f112966b1b (diff)
downloadrsa-6727a4b0b70cf801d6df40aeea636d09841b4361.tar.gz
Set max line length to 100 for PEP8 tests.
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini3
1 files changed, 3 insertions, 0 deletions
diff --git a/tox.ini b/tox.ini
index 7c8c1c1..2aa7823 100644
--- a/tox.ini
+++ b/tox.ini
@@ -15,3 +15,6 @@ deps=pyasn1 >=0.1.3
[testenv:py35]
commands=py.test --doctest-modules []
+
+[pep8]
+max-line-length = 100