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 6bc6b9b commit efd219cCopy full SHA for efd219c
build_tools/travis/install.sh
@@ -37,7 +37,7 @@ if [[ "$DISTRIB" == "conda" ]]; then
37
export PATH=$MINICONDA_PATH/bin:$PATH
38
conda update --yes conda
39
40
- TO_INSTALL="python=$PYTHON_VERSION pip pytest pytest-mock pytest-cov \
+ TO_INSTALL="python=$PYTHON_VERSION pip pytest pytest-cov \
41
numpy=$NUMPY_VERSION scipy=$SCIPY_VERSION \
42
cython=$CYTHON_VERSION"
43
@@ -57,6 +57,7 @@ if [[ "$DISTRIB" == "conda" ]]; then
57
58
conda create -n testenv --yes $TO_INSTALL
59
source activate testenv
60
+ pip install pytest-mock
61
62
elif [[ "$DISTRIB" == "ubuntu" ]]; then
63
# At the time of writing numpy 1.9.1 is included in the travis
0 commit comments