summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorAnthon van der Neut <anthon@mnt.org>2015-03-29 14:10:57 +0200
committerAnthon van der Neut <anthon@mnt.org>2015-03-29 14:10:57 +0200
commitedce39776d0eb697d22087169d150e65db270ba4 (patch)
tree4512743639d9e26f239ded68ab1d21dfbe128b15 /tox.ini
parent06a662b511a3ca8ffacf2b5043603f89ee2010be (diff)
downloadruamel.yaml-edce39776d0eb697d22087169d150e65db270ba4.tar.gz
preserve eol comments on flow style sequences/mappings
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index 414a1c9..02c9109 100644
--- a/tox.ini
+++ b/tox.ini
@@ -3,7 +3,7 @@ envlist = py27,py34,py26,py33,pypy
[testenv]
commands =
- py.test -x test
+ py.test test
deps =
pytest
configobj