Fix calls to pip and virtualenv
This commit is contained in:
@@ -87,8 +87,8 @@ def build(project_dir, output_dir, test_command, test_requires, test_extras, bef
|
|||||||
|
|
||||||
# Set up a virtual environment to install and test from, to make sure
|
# Set up a virtual environment to install and test from, to make sure
|
||||||
# there are no dependencies that were pulled in at build time.
|
# there are no dependencies that were pulled in at build time.
|
||||||
pip install virtualenv
|
"$PYBIN/pip" install virtualenv
|
||||||
virtualenv tmp-test-env
|
"$PYBIN/virtualenv" tmp-test-env
|
||||||
source tmp-test-env/bin/activate
|
source tmp-test-env/bin/activate
|
||||||
|
|
||||||
# Check that we are using the Python from the virtual environment
|
# Check that we are using the Python from the virtual environment
|
||||||
|
|||||||
Reference in New Issue
Block a user