summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorMonty Taylor <mordred@inaugust.com>2012-05-16 10:40:33 -0400
committerMonty Taylor <mordred@inaugust.com>2012-05-16 13:55:04 -0400
commitcb8eea487532720922a76ec246327ead4cb627ce (patch)
tree7026e7c6c0ac68bbb62d31c26be143da1a020dc3 /tools
parent66522fdc9c09a65b87fe412e7bea87e4761ec43d (diff)
downloadpython-novaclient-cb8eea487532720922a76ec246327ead4cb627ce.tar.gz
Align tox.ini with standards.folsom-1
Change-Id: Iab112bae0187d025b9b0b6c88208d6706093a184
Diffstat (limited to 'tools')
-rw-r--r--tools/pip-requires5
-rw-r--r--tools/test-requires10
2 files changed, 10 insertions, 5 deletions
diff --git a/tools/pip-requires b/tools/pip-requires
index 510f2c19..32cdbc0b 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 00000000..01990df5
--- /dev/null
+++ b/tools/test-requires
@@ -0,0 +1,10 @@
+distribute>=0.6.24
+
+mock
+nose
+nose-exclude
+nosexcover
+openstack.nose_plugin
+pep8>=1.0
+sphinx>=1.1.2
+unittest2