summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorSeth Troisi <sethtroisi@google.com>2020-01-28 11:39:46 -0800
committerSebastian Berg <sebastian@sipsolutions.net>2020-01-28 11:39:46 -0800
commit96727cf007217256700a1d805569a73d2171f1d5 (patch)
treeb31b6381b620029b1f3fc702243b0816380ee299 /tools
parentd67de1bfaaa8b9e01c367c34bf76ff86124bf8dc (diff)
downloadnumpy-96727cf007217256700a1d805569a73d2171f1d5.tar.gz
MAINT: Remove sys.version checks (gh-#15373)
More sys.version cleanup.
Diffstat (limited to 'tools')
-rwxr-xr-xtools/pypy-test.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/pypy-test.sh b/tools/pypy-test.sh
index 1ce2bdf9d..68e6c1cfa 100755
--- a/tools/pypy-test.sh
+++ b/tools/pypy-test.sh
@@ -35,7 +35,7 @@ pypy3/bin/pypy3 -m pip install --upgrade pip setuptools
pypy3/bin/pypy3 -m pip install --user -r test_requirements.txt --no-warn-script-location
echo
-echo pypy3 version
+echo pypy3 version
pypy3/bin/pypy3 -c "import sys; print(sys.version)"
echo