summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorAnthon van der Neut <anthon@mnt.org>2014-11-24 09:13:16 +0100
committerAnthon van der Neut <anthon@mnt.org>2014-11-24 09:13:16 +0100
commitccdbd3484aad7c22a43dcbc68d97ae87407b0c0c (patch)
tree48b6b411b6d504f0a482708ecb2bdf85c3fb44df /tox.ini
parent50d2b57039dff86dd090ef9a124861d15f380053 (diff)
downloadruamel.yaml-ccdbd3484aad7c22a43dcbc68d97ae87407b0c0c.tar.gz
- INI conversion in yaml
- (hidden) test in yaml for debugging with auto command - fix for missing comment in middel of simple map + test
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini3
1 files changed, 2 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index 9e9ee95..21901f4 100644
--- a/tox.ini
+++ b/tox.ini
@@ -2,11 +2,12 @@
envlist = py27,py34,py26,py33
[testenv]
-commands =
+commands =
py.test -x test
deps =
argparse
pytest
+ configobj
[pytest]
norecursedirs = test/lib .tox