Skip to content

Commit 64787ed

Browse files
committed
Merge pull request #100 from amueller/testing_ci
fix testing
2 parents de23f0f + 9ba8515 commit 64787ed

4 files changed

Lines changed: 43 additions & 46 deletions

File tree

ci_scripts/install.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,9 @@ popd
2525
# Configure the conda environment and put it in the path using the
2626
# provided versions
2727
conda create -n testenv --yes python=$PYTHON_VERSION pip nose \
28-
numpy=$NUMPY_VERSION scipy=$SCIPY_VERSION cython=$CYTHON_VERSION matplotlib scikit-learn nbconvert nbformat jupyter_client ipython
28+
numpy=$NUMPY_VERSION scipy=$SCIPY_VERSION cython=$CYTHON_VERSION matplotlib scikit-learn nbconvert nbformat jupyter_client ipython jupyter notebook ipykernel pandas
2929
source activate testenv
30+
ipython kernel install
3031

3132

3233
if [[ "$COVERAGE" == "true" ]]; then

0 commit comments

Comments
 (0)