Skip to content

Commit

Permalink
Disabled appveyor tests temporarily
Browse files Browse the repository at this point in the history
  • Loading branch information
philippjfr committed Jan 28, 2019
1 parent 70accff commit e5bcb22
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@ environment:
- PY: "3.6"
CONDA: "C:\\Miniconda36-x64"

matrix:
allow_failures:
- PY: "2.7"
- PY: "3.6"

install:
- "SET PATH=%CONDA%;%CONDA%\\Scripts;%PATH%"
- "conda install -y -c pyviz pyctdev && doit ecosystem_setup"
Expand Down

0 comments on commit e5bcb22

Please sign in to comment.