python3: Fix python3 tox installation

Fix python3 tox installation so that it uses setuptools
by default rather than use distribute.

Also bump the version used by teestrepository so that
it uses a more python3 compliant version.

Change-Id: If2522f12889e66cedc6286d48ba8105c685e6e0e
Signed-off-by: Chuck Short <chuck.short@canonical.com>
This commit is contained in:
Chuck Short 2013-08-02 18:15:00 +00:00
parent f2dc92a68d
commit 548bb86ea6
2 changed files with 2 additions and 1 deletions

View File

@ -3,6 +3,6 @@ discover
fixtures>=0.3.12
python-subunit
sphinx>=1.1.2
testrepository>=0.0.13
testrepository>=0.0.17
testscenarios
testtools>=0.9.27

View File

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