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 cba7333
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .appveyor.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
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%"

build: off

test_script:
- "doit test_all_recommended"


0 comments on commit cba7333

Please sign in to comment.