In general, prefer single quotes
This commit is contained in:
@@ -8,8 +8,8 @@ import utils
|
||||
def test():
|
||||
# set up the environment
|
||||
env = os.environ.copy()
|
||||
env["CIBW_BUILD"] = "cp3?-*"
|
||||
env["CIBW_SKIP"] = "cp34-*"
|
||||
env['CIBW_BUILD'] = 'cp3?-*'
|
||||
env['CIBW_SKIP'] = 'cp34-*'
|
||||
|
||||
# build the wheels
|
||||
subprocess.check_call([sys.executable, '-m', 'cibuildwheel', project_dir], env=env)
|
||||
|
||||
Reference in New Issue
Block a user