فهرست منبع

Fix AppVeyor configuration

We need to explicitly call the run_tests script with python. Otherwise,
the script is not properly executed.
micbou 9 سال پیش
والد
کامیت
ea62d08ecd
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      appveyor.yml

+ 1 - 1
appveyor.yml

@@ -11,6 +11,6 @@ install:
   - python C:\get-pip.py
   - pip install -r python\test_requirements.txt
 build_script:
-  - run_tests.py
+  - python run_tests.py
 # Disable automatic tests
 test: off