Skip to content

Commit fd26ff7

Browse files
author
Matthew Chan
committed
added missing deps
1 parent 4331ff1 commit fd26ff7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -111,9 +111,9 @@ install:
111111
# Install extra package needed to make things work. Most things can be listed as
112112
# dependencies on meta.yaml and setup.py, unless setup.py already imports them.
113113
# Install conda tools for packaging and uploading
114-
- conda install -q python=${MYCONDAPY} anaconda-client
114+
- conda install -q python=${MYCONDAPY} anaconda-client numpy setuptools
115115
- export CONDA_PY=${MYCONDAPY//./}
116-
- if [[ ! $TRAVIS_TAG ]]; then
116+
- if ! [[ $TRAVIS_TAG ]]; then
117117
conda install -q ${CONDA_DEPENDENCIES};
118118
pip install --upgrade pylint codecov coverage pycodestyle pydocstyle;
119119
fi

0 commit comments

Comments
 (0)