diff options
author | Thomi Richards <thomi.richards@canonical.com> | 2013-11-20 11:06:07 +1300 |
---|---|---|
committer | Thomi Richards <thomi.richards@canonical.com> | 2013-11-20 11:06:07 +1300 |
commit | 146bb5421645e810e9c17fc77b1e9e34d0c676d5 (patch) | |
tree | cbfbd8f47d1fdb62a8d40de588e422328170aba5 /setup.py | |
parent | e700d2386957e28e10c0cf7477d3edec988462bb (diff) | |
download | subunit-git-146bb5421645e810e9c17fc77b1e9e34d0c676d5.tar.gz |
Lots of code cleanup, about to refactor argument parsing.
Diffstat (limited to 'setup.py')
-rwxr-xr-x | setup.py | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -11,6 +11,7 @@ else: 'install_requires': [ 'extras', 'testtools>=0.9.30', + 'testscenarios', ] } |