summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYu Feng <rainwoodman@gmail.com>2016-09-07 13:22:06 -0700
committerGitHub <noreply@github.com>2016-09-07 13:22:06 -0700
commit0c284e39681ed4b47970196e8dc774e0aae94983 (patch)
treed7ea8a44e05e35e7fc9ab6251fa26472be8b74a0
parentb031be79929e53553eaebc0aaa0c7446de5d66fc (diff)
downloadnumpy-0c284e39681ed4b47970196e8dc774e0aae94983.tar.gz
Add a comment to avoid accidental removal.
-rwxr-xr-xruntests.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/runtests.py b/runtests.py
index b1931f2be..448283d19 100755
--- a/runtests.py
+++ b/runtests.py
@@ -138,6 +138,7 @@ def main(argv):
"version; remove -g flag ***")
if not args.no_build:
+ # we need the noarch path in case the package is pure python.
site_dir, site_dir_noarch = build_project(args)
sys.path.insert(0, site_dir)
sys.path.insert(0, site_dir_noarch)