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

+ 1 - 1
appveyor.yml

@@ -60,7 +60,7 @@ install:
 
 build_script:
   # Build the compiled extension
-  - "%CMD_IN_ENV% python setup.py build install -vvvv"
+  - "%CMD_IN_ENV% pip install . -vvv"
 
 test_script:
   # Run the project tests