ソースを参照

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"


読み込み中…
キャンセル
保存