This commit is contained in:
utahta
2011-07-11 00:01:20 +09:00
parent 2469c1a7af
commit f09e32372d
+1 -1
View File
@@ -2,7 +2,7 @@ from tests import TESTPY_VERSION
class InstallOptions(object): class InstallOptions(object):
force = True force = True
no_test = False no_test = True
verbose = False verbose = False
configure = "" configure = ""
no_setuptools = False no_setuptools = False