File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 33 PLOTLY_PACKAGE_ROOT : ${PWD}
44 PLOTLY_CONFIG_DIR : ${HOME}/.plotly
55 PLOTLY_VENV_DIR : ${HOME}/venvs
6- PLOTLY_PYTHON_VERSIONS : ( 3.4 ) # ( 2.6 2.7 3.3 3.4 )
6+ PLOTLY_PYTHON_VERSIONS : ( 3.3 3. 4 ) # ( 2.6 2.7 3.3 3.4 )
77 PLOTLY_CORE_REQUIREMENTS_FILE : ${PWD}/requirements.txt
88 PLOTLY_OPTIONAL_REQUIREMENTS_FILE : ${PWD}/optional-requirements.txt
99 PLOTLY_OPTIONAL_REQUIREMENTS_FILE_2_6 : ${PWD}/optional-requirements-2-6.txt
Original file line number Diff line number Diff line change 11#! /bin/bash
22
3- echo " running setup routine"
3+ echo " running setup routine with python versions:"
4+ for version in ${PYTHON_VERSIONS[@]} ; do
5+ echo " ${version} "
6+ done
47
58env
69
Original file line number Diff line number Diff line change 11#! /bin/bash
22
3- echo " running test routine"
3+ echo " running test routine with python versions:"
4+ for version in ${PYTHON_VERSIONS[@]} ; do
5+ echo " ${version} "
6+ done
47
58env
69
You can’t perform that action at this time.
0 commit comments