Skip to content

Commit

Permalink
no message
Browse files Browse the repository at this point in the history
  • Loading branch information
christianbrodbeck committed Feb 4, 2017
1 parent 79da7d6 commit 854098c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
shallow_clone: true

install:
- set PATH=C:\Miniconda;C:\Miniconda\Scripts;%PATH%
- set PATH=C:\Miniconda-x64;C:\Miniconda-x64\Scripts;%PATH%
- conda config --append channels conda-forge
- conda config --append channels christianbrodbeck
- conda install --yes --quiet conda-build tex
- conda install --yes --quiet conda-build
- cd conda
- conda build eelbrain --numpy=1.11
- conda install --yes --quiet --use-local eelbrain

0 comments on commit 854098c

Please sign in to comment.