Skip to content

Commit ed6860b

Browse files
committed
serve up some additional info in circle
1 parent f25a603 commit ed6860b

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

circle/test.sh

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,12 @@ for version in ${PLOTLY_PYTHON_VERSIONS[@]}; do
2323
echo "python -c 'import sys; print(sys.version_info)' yields:"
2424
python -c 'import sys; print(sys.version_info)'
2525

26+
echo "python -c 'import os; print(os.getenv('\''PYENV_VERSION'\''))'"
27+
python -c 'import os; print(os.getenv('\''PYENV_VERSION'\''))'
28+
29+
echo "current env"
30+
env
31+
2632
echo "install plotly (ignoring possibly cached versions)"
2733
pip install -I ${PLOTLY_PACKAGE_ROOT} ||
2834
error_exit "${LINENO}: can't install plotly package from project root"

0 commit comments

Comments
 (0)