Kentaro Wada 7 years ago
parent
commit
a43f3f2bbf
1 changed files with 1 additions and 1 deletions
  1. 1 1
      appveyor.yml

+ 1 - 1
appveyor.yml

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