diff options
author | Anthon van der Neut <anthon@mnt.org> | 2015-09-15 17:12:40 +0200 |
---|---|---|
committer | Anthon van der Neut <anthon@mnt.org> | 2015-09-15 17:12:40 +0200 |
commit | a4be1d987465040de54b894afcbf823945db850c (patch) | |
tree | 85ae5478c1b558f6f62fbc174de07f7900a3a27f /tox.ini | |
parent | 2adaf377dfea63c52da8a6ed3a17757ab398c7b6 (diff) | |
download | ruamel.yaml-a4be1d987465040de54b894afcbf823945db850c.tar.gz |
tested on 3.5 with upgraded pytest
Diffstat (limited to 'tox.ini')
-rw-r--r-- | tox.ini | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,5 +1,5 @@ [tox] -envlist = py27,py34,py26,py33,pypy +envlist = py27,py35,py34,py33,py26,pypy [testenv] commands = @@ -17,4 +17,5 @@ commands = [flake8] show-source = True +max-line-length = 95 exclude = .hg,.git,.tox,dist,.cache,__pycache__,ruamel.zip2tar.egg-info |