diff options
author | Anthon van der Neut <anthon@mnt.org> | 2015-03-29 14:10:57 +0200 |
---|---|---|
committer | Anthon van der Neut <anthon@mnt.org> | 2015-03-29 14:10:57 +0200 |
commit | edce39776d0eb697d22087169d150e65db270ba4 (patch) | |
tree | 4512743639d9e26f239ded68ab1d21dfbe128b15 /tox.ini | |
parent | 06a662b511a3ca8ffacf2b5043603f89ee2010be (diff) | |
download | ruamel.yaml-edce39776d0eb697d22087169d150e65db270ba4.tar.gz |
preserve eol comments on flow style sequences/mappings
Diffstat (limited to 'tox.ini')
-rw-r--r-- | tox.ini | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3,7 +3,7 @@ envlist = py27,py34,py26,py33,pypy [testenv] commands = - py.test -x test + py.test test deps = pytest configobj |