Kentaro Wada 7 ani în urmă
părinte
comite
a43f3f2bbf
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  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