We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa44825 commit e767017Copy full SHA for e767017
tests/test_project_templates.sh
@@ -8,7 +8,7 @@ export WORKON_HOME="$(echo ${TMPDIR:-/tmp}/WORKON_HOME | sed 's|//|/|g')"
8
export PROJECT_HOME="$(echo ${TMPDIR:-/tmp}/PROJECT_HOME | sed 's|//|/|g')"
9
10
oneTimeSetUp() {
11
- (cd "$test_dir/testtemplate" && rm -rf build && python setup.py install)
+ (cd "$test_dir/testtemplate" && rm -rf build && "$VIRTUAL_ENV/bin/python" setup.py install)
12
rm -rf "$WORKON_HOME"
13
mkdir -p "$WORKON_HOME"
14
rm -rf "$PROJECT_HOME"
0 commit comments