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:
micbou 2015-11-08 11:51:03 +01:00
parent 0352ed9b1f
commit ea62d08ecd

View File

@ -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