浏览代码

Fix missing dependency in appveyor config

tags/v0.6.6
Ben Kurtovic 4 个月前
父节点
当前提交
e00c202ce9
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      appveyor.yml

+ 1
- 1
appveyor.yml 查看文件

@@ -63,7 +63,7 @@ environment:

install:
- "%PIP% install --disable-pip-version-check --user --upgrade pip"
- "%PIP% install wheel twine pytest"
- "%PIP% install setuptools wheel twine pytest"

build_script:
- "%SETUPPY% build"


正在加载...
取消
保存