Skip to content

Commit

Permalink
WIP appveyor.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
christianbrodbeck committed Feb 4, 2017
1 parent e263693 commit a79f995
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# https://www.appveyor.com/docs/appveyor-yml/

shallow_clone: true

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

0 comments on commit a79f995

Please sign in to comment.