mirror of
https://github.com/kennethreitz-archive/python-build.git
synced 2026-06-05 23:30:18 +00:00
update py command
This commit is contained in:
@@ -3,6 +3,8 @@ from tests import TESTPY_FILE
|
||||
class PyOptions(object):
|
||||
pythons = []
|
||||
verbose = False
|
||||
bin = "python"
|
||||
options = ""
|
||||
|
||||
def _create_pyfile():
|
||||
fp = open(TESTPY_FILE, 'w')
|
||||
|
||||
Reference in New Issue
Block a user