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>
This commit is contained in:
Chuck Short 2013-08-03 01:54:45 +00:00 committed by Gerrit Code Review
parent 8a107396c2
commit fdf65aee92

View File

@ -1,4 +1,5 @@
[tox]
distribute = False
envlist = py26,py27,py33,pep8
[testenv]