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 a00bfe2 commit dfbee72Copy full SHA for dfbee72
.travis.yml
@@ -57,12 +57,11 @@ before_install:
57
- source venv/bin/activate
58
- python --version # just to check
59
- pip install -U pip
60
- - retry pip install nose # always
+ - retry pip install nose mock # always
61
- wheelhouse_pip_install $DEPENDS
62
- if [ "${COVERAGE}" == "1" ]; then
63
pip install coverage;
64
pip install coveralls codecov;
65
- pip install mock;
66
fi
67
# command to install dependencies
68
# e.g. pip install -r requirements.txt # --use-mirrors
0 commit comments