From fdf65aee922eea5a8bb047b55f5d5ade7cbe759e Mon Sep 17 00:00:00 2001 From: Chuck Short Date: Sat, 3 Aug 2013 01:54:45 +0000 Subject: [PATCH] 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 --- tox.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/tox.ini b/tox.ini index ca047b722..65bcb21ff 100644 --- a/tox.ini +++ b/tox.ini @@ -1,4 +1,5 @@ [tox] +distribute = False envlist = py26,py27,py33,pep8 [testenv]