Skip to content

Commit

Permalink
add appveyor build
Browse files Browse the repository at this point in the history
  • Loading branch information
ARTUSI committed Jan 8, 2019
1 parent ef6eb2e commit f87e601
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .appveyor.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
environment:
global:
CHANS_DEV: "-c pyviz/label/dev -c jbednar -c bokeh/label/dev"
matrix:
- PY: "3.6"
CONDA: "C:\\Miniconda36-x64"

install:
- "SET PATH=%CONDA%;%CONDA%\\Scripts;%PATH%"
- "conda install -y -c pyviz pyctdev && doit ecosystem_setup"
- "doit develop_install -o recommended -o tests %CHANS_DEV%"
- "pip install altair"

build: off

test_script:
- "doit test_all_recommended"


0 comments on commit f87e601

Please sign in to comment.