diff options
author | Chuck Short <chuck.short@canonical.com> | 2013-08-03 01:54:45 +0000 |
---|---|---|
committer | Gerrit Code Review <review@openstack.org> | 2013-08-08 15:32:52 +0000 |
commit | fdf65aee922eea5a8bb047b55f5d5ade7cbe759e (patch) | |
tree | 438f850e75f0f4731d09214c11814211ef333971 /tox.ini | |
parent | 8a107396c242702de9a7df819eb82e5f55051722 (diff) | |
download | python-cinderclient-fdf65aee922eea5a8bb047b55f5d5ade7cbe759e.tar.gz |
python3: Fix tox requirements
Update tox.ini to no to install distribute. Also bump
testrepository to a newerver version since it fixes some
python3 compat issues.
Change-Id: I735dc28cdb94e3376b391d11220c1ba90ddb8b2e
Signed-off-by: Chuck Short <chuck.short@canonical.com>
Diffstat (limited to 'tox.ini')
-rw-r--r-- | tox.ini | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1,4 +1,5 @@ [tox] +distribute = False envlist = py26,py27,py33,pep8 [testenv] |