Fix function name

This commit is contained in:
Joe Rickerby
2019-04-23 22:23:54 +01:00
parent 3f5572e956
commit f7d93cc9e4
5 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ def test():
project_dir = os.path.dirname(__file__)
# build the wheels
utils.run_cibuildwheel(project_dir, add_env={
utils.cibuildwheel_run(project_dir, add_env={
'CIBW_BUILD': 'cp3?-*',
'CIBW_SKIP': 'cp34-*',
})