Fix AppVeyor configuration
We need to explicitly call the run_tests script with python. Otherwise, the script is not properly executed.
This commit is contained in:
parent
0352ed9b1f
commit
ea62d08ecd
@ -11,6 +11,6 @@ install:
|
|||||||
- python C:\get-pip.py
|
- python C:\get-pip.py
|
||||||
- pip install -r python\test_requirements.txt
|
- pip install -r python\test_requirements.txt
|
||||||
build_script:
|
build_script:
|
||||||
- run_tests.py
|
- python run_tests.py
|
||||||
# Disable automatic tests
|
# Disable automatic tests
|
||||||
test: off
|
test: off
|
||||||
|
Loading…
x
Reference in New Issue
Block a user