summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorAnthon van der Neut <anthon@mnt.org>2015-01-12 17:46:41 +0100
committerAnthon van der Neut <anthon@mnt.org>2015-01-12 17:46:41 +0100
commit1b1f2969679d19a13d813bc0fd81bd86c24e4254 (patch)
tree85a35c7d502c2432541c45d52b1d919d8d11fd67 /tox.ini
parent04025e2ff12a3ab0da9d095d725dbe1ecdd1a4f0 (diff)
downloadruamel.yaml-1b1f2969679d19a13d813bc0fd81bd86c24e4254.tar.gz
updated documentation based on feedback from Sess (leycec@gmail.com)
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 21901f4..32a78ad 100644
--- a/tox.ini
+++ b/tox.ini
@@ -5,7 +5,7 @@ envlist = py27,py34,py26,py33
commands =
py.test -x test
deps =
- argparse
+ ruamel.std.argparse
pytest
configobj