File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 1616- Fix handling for project directory argument ``-a `` to
1717 :ref: `command-mkvirtualenv `, based on work by Xupeng Yun.
1818- Dropped python 3.2 testing.
19+ - Updated test configuration so they work properly under Linux.
1920
20214.1.1
2122=====
Original file line number Diff line number Diff line change 66# export WORKON_HOME="$(echo ${tmplocation}/WORKON_HOME.$$ | sed 's|//|/|g')"
77# export PROJECT_HOME="$(echo ${tmplocation}/PROJECT_HOME.$$ | sed 's|//|/|g')"
88
9- export WORKON_HOME=$( mktemp -d -t " WORKON_HOME.$$ " )
10- export PROJECT_HOME=$( mktemp -d -t " PROJECT_HOME.$$ " )
9+ export WORKON_HOME=$( mktemp -d -t " WORKON_HOME.XXXX. $$ " )
10+ export PROJECT_HOME=$( mktemp -d -t " PROJECT_HOME.XXXX. $$ " )
1111
1212# unset HOOK_VERBOSE_OPTION
You can’t perform that action at this time.
0 commit comments