From a64d53c3be7d906ab4cc3ce26ccf46313364fb7b Mon Sep 17 00:00:00 2001 From: mzwiessele Date: Fri, 29 Jul 2016 09:11:47 +0100 Subject: [PATCH] [appveyor] tests --- appveyor.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index 20506e93..4ba74aed 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -25,6 +25,8 @@ install: - python -m pip install wheel # GPy needs paramz - python -m pip install paramz + - python -m pip install nose-show-skipped + - python -m pip install coverage build: off @@ -37,7 +39,8 @@ test_script: # the interpreter you're using - Appveyor does not do anything special # to put the Python evrsion you want to use on PATH. #- "build.cmd %PYTHON%\\python.exe setup.py test" - - "python setup.py test" + - "build.cmd python setup.py develop" + - "coverage run travis_tests.py" after_test: # This step builds your wheels.