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 16
16
- Fix handling for project directory argument ``-a `` to
17
17
:ref: `command-mkvirtualenv `, based on work by Xupeng Yun.
18
18
- Dropped python 3.2 testing.
19
+ - Updated test configuration so they work properly under Linux.
19
20
20
21
4.1.1
21
22
=====
Original file line number Diff line number Diff line change 6
6
# export WORKON_HOME="$(echo ${tmplocation}/WORKON_HOME.$$ | sed 's|//|/|g')"
7
7
# export PROJECT_HOME="$(echo ${tmplocation}/PROJECT_HOME.$$ | sed 's|//|/|g')"
8
8
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. $$ " )
11
11
12
12
# unset HOOK_VERBOSE_OPTION
You can’t perform that action at this time.
0 commit comments