浏览代码

Build on appveyor as well

Steven Silvester 7 年之前
父节点
当前提交
e9a637487d
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      appveyor.yml

+ 1 - 0
appveyor.yml

@@ -38,6 +38,7 @@ install:
   - 'pip install --upgrade -e ".[test]"'
   - 'npm install'
   - 'npm run build:main'
+  - 'jupyter lab build'
 
 build: off