summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorAnthon van der Neut <anthon@mnt.org>2015-01-14 21:23:54 +0100
committerAnthon van der Neut <anthon@mnt.org>2015-01-14 21:23:54 +0100
commit83e6fbb6d349d23359f6328d6e8ecd30063d1eff (patch)
treecaf1c9487854b0970060269c392afa6325192ca7 /tox.ini
parent1b1f2969679d19a13d813bc0fd81bd86c24e4254 (diff)
downloadruamel.yaml-83e6fbb6d349d23359f6328d6e8ecd30063d1eff.tar.gz
- add dependency on ruamel.base
- remove creation of __init__.py
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini1
1 files changed, 1 insertions, 0 deletions
diff --git a/tox.ini b/tox.ini
index 32a78ad..380452c 100644
--- a/tox.ini
+++ b/tox.ini
@@ -5,6 +5,7 @@ envlist = py27,py34,py26,py33
commands =
py.test -x test
deps =
+ ruamel.base
ruamel.std.argparse
pytest
configobj