summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorAnthon van der Neut <anthon@mnt.org>2015-01-28 14:59:44 +0100
committerAnthon van der Neut <anthon@mnt.org>2015-01-28 14:59:44 +0100
commit12e96c6b07b6d82788720ec1c5811c388daba62a (patch)
tree9e359e65eda0c76dcdbd909a86131da294168519 /tox.ini
parent83e6fbb6d349d23359f6328d6e8ecd30063d1eff (diff)
downloadruamel.yaml-12e96c6b07b6d82788720ec1c5811c388daba62a.tar.gz
- tox no longer replicates dependency on ruamel.base
- test for availability of configobj if converting from .ini - --basename option for .ini
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini2
1 files changed, 0 insertions, 2 deletions
diff --git a/tox.ini b/tox.ini
index 380452c..6edf701 100644
--- a/tox.ini
+++ b/tox.ini
@@ -5,8 +5,6 @@ envlist = py27,py34,py26,py33
commands =
py.test -x test
deps =
- ruamel.base
- ruamel.std.argparse
pytest
configobj