diff options
| author | Monty Taylor <mordred@inaugust.com> | 2012-02-06 09:49:09 -0500 |
|---|---|---|
| committer | Monty Taylor <mordred@inaugust.com> | 2012-02-06 08:06:12 -0800 |
| commit | 2ca2b4b49367d6033bdd2c5e47d17392e7aba318 (patch) | |
| tree | 0242581d969706676e403e4d46636be051e28189 /tools | |
| parent | bf1d46353edba3f6a46edf2bc96fb9452efeb9aa (diff) | |
| download | oslo-2ca2b4b49367d6033bdd2c5e47d17392e7aba318.tar.gz oslo-2ca2b4b49367d6033bdd2c5e47d17392e7aba318.tar.xz oslo-2ca2b4b49367d6033bdd2c5e47d17392e7aba318.zip | |
Updated tox config for multi-python testing.
Change-Id: Ib1f768c6783db0e63cb51dfc767ae5a31a295c76
Diffstat (limited to 'tools')
| -rw-r--r-- | tools/pip-requires | 14 | ||||
| -rw-r--r-- | tools/test-requires | 10 |
2 files changed, 17 insertions, 7 deletions
diff --git a/tools/pip-requires b/tools/pip-requires index f197074..b9b28e1 100644 --- a/tools/pip-requires +++ b/tools/pip-requires @@ -1,9 +1,9 @@ -routes==1.12.3 -WebOb==1.0.8 -mox==0.5.3 PasteDeploy==1.5.0 +WebOb==1.0.8 eventlet -nose -coverage -tissue -openstack.nose_plugin +greenlet>=0.3.1 +lxml +mock +mox==0.5.3 +routes==1.12.3 +webtest diff --git a/tools/test-requires b/tools/test-requires new file mode 100644 index 0000000..2ae4497 --- /dev/null +++ b/tools/test-requires @@ -0,0 +1,10 @@ +# Packages needed for dev testing +distribute>=0.6.24 + +coverage +nose +nose-exclude +nosexcover +openstack.nose_plugin +pep8==0.6.1 +pylint |
