We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 539174f commit 15a3c66Copy full SHA for 15a3c66
1 file changed
admin-tools/check-3.2-3.5-versions.sh
@@ -8,7 +8,7 @@ owd=$(pwd)
8
trap finish EXIT
9
10
cd $(dirname ${BASH_SOURCE[0]})
11
-if ! source ./pyenv-older-versions ; then
+if ! source ./pyenv-3.2-3.5-versions ; then
12
exit $?
13
fi
14
@@ -19,6 +19,7 @@ for version in $PYVERSIONS; do
19
if ! pyenv local $version ; then
20
21
22
+ python --version
23
make clean && pip install -e .
24
if ! make check; then
25
0 commit comments