From 40fe3d213af62fafe525c6d2deeb4571d847b50e Mon Sep 17 00:00:00 2001 From: mzwiessele Date: Fri, 29 Jul 2016 09:40:24 +0100 Subject: [PATCH] [appveyor] build script --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index 4ba74aed..29d8f1cf 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -27,6 +27,7 @@ install: - python -m pip install paramz - python -m pip install nose-show-skipped - python -m pip install coverage + - "python setup.py develop" build: off @@ -39,7 +40,6 @@ 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" - - "build.cmd python setup.py develop" - "coverage run travis_tests.py" after_test: