File tree Expand file tree Collapse file tree 3 files changed +2
-2
lines changed Expand file tree Collapse file tree 3 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ before_install: |
40
40
if [[ $PYTHON_DEBUG_BUILD == 1 ]]; then
41
41
PYTHONDIR=~/python-debug/python-$PYTHONVERSION
42
42
VENV=$PYTHONDIR/env
43
- scripts /build-debug-python.sh $PYTHONVERSION $PYTHONDIR $VENV
43
+ misc /build-debug-python.sh $PYTHONVERSION $PYTHONDIR $VENV
44
44
source $VENV/bin/activate
45
45
fi
46
46
elif [[ "$TRAVIS_OS_NAME" == "osx" ]]; then
Original file line number Diff line number Diff line change 6
6
# nonsense.)
7
7
# Usage: build-debug-python.sh <version> <install prefix> <venv location>
8
8
#
9
- # Running it locally might look something like: mkdir -p ~/tmp/cpython-debug && cd ~/tmp/cpython-debug && ~/src/mypyc/scripts /build-debug-python.sh 3.6.6 ~/tmp/cpython-debug ~/src/mypyc /env-debug
9
+ # Running it locally might look something like: mkdir -p ~/tmp/cpython-debug && cd ~/tmp/cpython-debug && ~/src/mypy/misc /build-debug-python.sh 3.6.6 ~/tmp/cpython-debug ~/src/mypy /env-debug
10
10
11
11
VERSION=$1
12
12
PREFIX=$2
File renamed without changes.
You can’t perform that action at this time.
0 commit comments