summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorThomi Richards <thomi.richards@canonical.com>2013-11-20 11:06:07 +1300
committerThomi Richards <thomi.richards@canonical.com>2013-11-20 11:06:07 +1300
commit146bb5421645e810e9c17fc77b1e9e34d0c676d5 (patch)
treecbfbd8f47d1fdb62a8d40de588e422328170aba5 /setup.py
parente700d2386957e28e10c0cf7477d3edec988462bb (diff)
downloadsubunit-git-146bb5421645e810e9c17fc77b1e9e34d0c676d5.tar.gz
Lots of code cleanup, about to refactor argument parsing.
Diffstat (limited to 'setup.py')
-rwxr-xr-xsetup.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/setup.py b/setup.py
index d319d9c..2f22300 100755
--- a/setup.py
+++ b/setup.py
@@ -11,6 +11,7 @@ else:
'install_requires': [
'extras',
'testtools>=0.9.30',
+ 'testscenarios',
]
}