Skip to content

Commit 1992b67

Browse files
committed
[mypyc] Move some of the scripts under misc
1 parent e254285 commit 1992b67

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ before_install: |
4040
if [[ $PYTHON_DEBUG_BUILD == 1 ]]; then
4141
PYTHONDIR=~/python-debug/python-$PYTHONVERSION
4242
VENV=$PYTHONDIR/env
43-
scripts/build-debug-python.sh $PYTHONVERSION $PYTHONDIR $VENV
43+
misc/build-debug-python.sh $PYTHONVERSION $PYTHONDIR $VENV
4444
source $VENV/bin/activate
4545
fi
4646
elif [[ "$TRAVIS_OS_NAME" == "osx" ]]; then

scripts/build-debug-python.sh renamed to misc/build-debug-python.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
# nonsense.)
77
# Usage: build-debug-python.sh <version> <install prefix> <venv location>
88
#
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
1010

1111
VERSION=$1
1212
PREFIX=$2
File renamed without changes.

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy