Skip to content

Commit 2d79d7f

Browse files
committed
get everything in travis from conda-forge
1 parent d4461c4 commit 2d79d7f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ install:
3636

3737
- conda create --yes -n test python=$TRAVIS_PYTHON_VERSION
3838
- source activate test
39-
- conda install --yes numpy matplotlib coverage docopt requests pyyaml
39+
- conda install --yes --channel=conda-forge numpy matplotlib coverage docopt requests pyyaml
4040
- conda install --yes --channel=conda-forge pytest pytest-cov pytest-mpl
4141
- if [ ${COVERAGE} = true ]; then conda install scipy --yes; fi
4242
- pip install coveralls

0 commit comments

Comments
 (0)