Set CIBUILDWHEEL environment variable to 1 during build

This commit is contained in:
mayeut
2017-08-29 18:18:40 +02:00
parent 9faa8f8728
commit 0a7a1b8fb3
4 changed files with 22 additions and 0 deletions
+2
View File
@@ -111,6 +111,8 @@ def build(project_dir, package_name, output_dir, test_command, test_requires, be
docker_process = subprocess.Popen([
'docker',
'run',
'--env',
'CIBUILDWHEEL',
'--rm',
'-i',
'-v', '%s:/project' % os.path.abspath(project_dir),