Skip to content

Commit dfbee72

Browse files
committed
TST: always install mock for travis tests
Mock now used in plot activation tests.
1 parent a00bfe2 commit dfbee72

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.travis.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,12 +57,11 @@ before_install:
5757
- source venv/bin/activate
5858
- python --version # just to check
5959
- pip install -U pip
60-
- retry pip install nose # always
60+
- retry pip install nose mock # always
6161
- wheelhouse_pip_install $DEPENDS
6262
- if [ "${COVERAGE}" == "1" ]; then
6363
pip install coverage;
6464
pip install coveralls codecov;
65-
pip install mock;
6665
fi
6766
# command to install dependencies
6867
# e.g. pip install -r requirements.txt # --use-mirrors

0 commit comments

Comments
 (0)