Kentaro Wada vor 7 Jahren
Ursprung
Commit
a43f3f2bbf
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  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