Skip to content

Commit efd219c

Browse files
committed
MAINT install from pip for python 3.4
1 parent 6bc6b9b commit efd219c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

build_tools/travis/install.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ if [[ "$DISTRIB" == "conda" ]]; then
3737
export PATH=$MINICONDA_PATH/bin:$PATH
3838
conda update --yes conda
3939

40-
TO_INSTALL="python=$PYTHON_VERSION pip pytest pytest-mock pytest-cov \
40+
TO_INSTALL="python=$PYTHON_VERSION pip pytest pytest-cov \
4141
numpy=$NUMPY_VERSION scipy=$SCIPY_VERSION \
4242
cython=$CYTHON_VERSION"
4343

@@ -57,6 +57,7 @@ if [[ "$DISTRIB" == "conda" ]]; then
5757

5858
conda create -n testenv --yes $TO_INSTALL
5959
source activate testenv
60+
pip install pytest-mock
6061

6162
elif [[ "$DISTRIB" == "ubuntu" ]]; then
6263
# At the time of writing numpy 1.9.1 is included in the travis

0 commit comments

Comments
 (0)