diff options
| author | Monty Taylor <mordred@inaugust.com> | 2012-05-21 16:44:06 -0400 |
|---|---|---|
| committer | Monty Taylor <mordred@inaugust.com> | 2012-05-21 16:44:06 -0400 |
| commit | 1711f1f9bb3cd514ded6839cff7e3d3aff1df547 (patch) | |
| tree | 33454a3f10d9231ec5644901fbf8493d4cad5a3e /tools | |
| parent | 471704df644eced17026c280b0aab9e549718e14 (diff) | |
| download | python-cinderclient-1711f1f9bb3cd514ded6839cff7e3d3aff1df547.tar.gz | |
Align setup.py and tox with standards.
Change-Id: Ic63c6fd4d770303ae5f295c58e43213e88e34b57
Diffstat (limited to 'tools')
| -rw-r--r-- | tools/pip-requires | 5 | ||||
| -rw-r--r-- | tools/test-requires | 10 |
2 files changed, 10 insertions, 5 deletions
diff --git a/tools/pip-requires b/tools/pip-requires index 510f2c1..32cdbc0 100644 --- a/tools/pip-requires +++ b/tools/pip-requires @@ -1,9 +1,4 @@ argparse -coverage httplib2 -mock -nose prettytable simplejson -pep8==0.6.1 -unittest2 diff --git a/tools/test-requires b/tools/test-requires new file mode 100644 index 0000000..3ab0c0d --- /dev/null +++ b/tools/test-requires @@ -0,0 +1,10 @@ + +distribute>=0.6.24 + +mock +nose +nosexcover +openstack.nose_plugin +pep8>=1.0 +sphinx>=1.1.2 +unittest2 |
