Skip to content

Commit 9c70267

Browse files
committed
do not install distribute in test environments
Change-Id: I2fa2ae43e284d390cb30e5cb359c0441268880ff
1 parent fef957c commit 9c70267

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tox.ini

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@ envlist = py27,py26,py33,zsh,ksh,style
33

44
[testenv]
55
commands = bash ./tests/run_tests {envdir} []
6-
deps = distribute
7-
virtualenv
6+
deps = virtualenv
87
virtualenv-clone
98
stevedore
109
setenv =

0 commit comments

Comments
 (0)