Run the pip version check in the right env

This commit is contained in:
Joe Rickerby
2017-04-10 21:40:03 +01:00
parent c53d79557e
commit 5c91340ad0
+1 -1
View File
@@ -43,7 +43,7 @@ def build(project_dir, package_name, output_dir, test_command, test_requires):
# install pip & wheel
shell([python, '-m', 'ensurepip', '--upgrade'], env=env)
shell([pip, '--version'])
shell([pip, '--version'], env=env)
shell([pip, 'install', 'wheel'], env=env)
shell([pip, 'install', 'delocate'], env=env)