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 4331ff1 commit fd26ff7Copy full SHA for fd26ff7
.travis.yml
@@ -111,9 +111,9 @@ install:
111
# Install extra package needed to make things work. Most things can be listed as
112
# dependencies on meta.yaml and setup.py, unless setup.py already imports them.
113
# Install conda tools for packaging and uploading
114
-- conda install -q python=${MYCONDAPY} anaconda-client
+- conda install -q python=${MYCONDAPY} anaconda-client numpy setuptools
115
- export CONDA_PY=${MYCONDAPY//./}
116
-- if [[ ! $TRAVIS_TAG ]]; then
+- if ! [[ $TRAVIS_TAG ]]; then
117
conda install -q ${CONDA_DEPENDENCIES};
118
pip install --upgrade pylint codecov coverage pycodestyle pydocstyle;
119
fi
0 commit comments