Skip to content

Commit

Permalink
Changed order of conda channels for build process
Browse files Browse the repository at this point in the history
  • Loading branch information
Chilipp committed Apr 26, 2019
1 parent 16e83a5 commit 6f8247a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,9 +75,9 @@ install:
echo "Configuring conda."
conda config --set always_yes yes --set changeps1 no
conda config --add channels conda-forge
conda config --add channels chilipp/label/dev
conda config --add channels chilipp/label/master
conda config --add channels chilipp
conda config --add channels chilipp/label/master
conda config --add channels chilipp/label/dev
conda update -q conda
conda install conda-build anaconda-client
- 'echo "backend : module://psyplot_gui.backend" > matplotlibrc'
Expand Down
4 changes: 2 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ install:
- set CONDA_REPO_TOKEN=
- conda config --set always_yes yes --set changeps1 no
- conda config --add channels conda-forge
- conda config --add channels chilipp/label/dev
- conda config --add channels chilipp/label/master
- conda config --add channels chilipp
- conda config --add channels chilipp/label/master
- conda config --add channels chilipp/label/dev
- conda update -q conda
- conda install conda-build anaconda-client
- conda info -a
Expand Down

0 comments on commit 6f8247a

Please sign in to comment.