File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1919 - DISTRIB="conda" PYTHON_VERSION="3.4" SKLEARN_VERSION="0.18.2"
2020 - DISTRIB="conda" PYTHON_VERSION="3.5" SKLEARN_VERSION="0.18.2"
2121 - DISTRIB="conda" PYTHON_VERSION="3.6" COVERAGE="true" SKLEARN_VERSION="0.18.2"
22+ - DISTRIB="conda" PYTHON_VERSION="3.6" EXAMPLES="true" SKLEARN_VERSION="0.18.2"
2223
2324install : source ci_scripts/install.sh
2425script : bash ci_scripts/test.sh
Original file line number Diff line number Diff line change 2626# provided versions
2727conda create -n testenv --yes python=$PYTHON_VERSION pip
2828source activate testenv
29- pip install nose numpy scipy cython scikit-learn==$SKLEARN_VERSION pandas \
30- matplotlib jupyter notebook nbconvert nbformat jupyter_client ipython \
31- ipykernel oslo.concurrency
29+ pip install nose numpy scipy cython scikit-learn==$SKLEARN_VERSION oslo.concurrency
30+
31+ if [[ " EXAMPLES" == " true" ]]; then
32+ pip install matplotlib jupyter notebook nbconvert nbformat jupyter_client ipython \
33+ ipykernel pandas seaborn
34+ fi
3235
3336if [[ " $COVERAGE " == " true" ]]; then
3437 pip install codecov
Load Diff Large diffs are not rendered by default.
You can’t perform that action at this time.
0 commit comments