소스 검색

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"


불러오는 중...
취소
저장