From c954bd1c9c40a1eb85dcc7faa0f140ea881b01ca Mon Sep 17 00:00:00 2001 From: Henrik Blidh Date: Wed, 7 Mar 2018 09:27:45 +0100 Subject: [PATCH] Simplifying appveyor --- appveyor.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index c333300..34d3551 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -33,13 +33,12 @@ install: - "pip install pytest" - "pip install mock" - "pip install pytest-cov" - - "pip install python-coveralls" # Install PyBankID as editable code. - "pip install -e ." test_script: - - "%PYTHON%/Scripts/py.test tests/ --cov bankid --cov-report term-missing" + - "py.test tests/ --cov bankid --cov-report term-missing" # on_success: # - "" \ No newline at end of file