From 84a9171f1d092a4daab46c8ce27d2fbdea4f0063 Mon Sep 17 00:00:00 2001 From: Antti Aalto Date: Sun, 3 Jul 2016 18:07:49 +0300 Subject: [PATCH] Turn on tests on appveyor. --- appveyor.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index bed25a6ac..1128555f3 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -19,8 +19,8 @@ build_script: - 'pip3 install -e .' - 'python3 deployment/windows/buildwin32.py' test_script: - - 'echo tests disabled' - # - 'py.test --cov=borg --cov-config=.coveragerc --benchmark-skip --pyargs src/borg/testsuite' + # - 'echo tests disabled' + - 'py.test --cov=borg --cov-config=.coveragerc --benchmark-skip --pyargs src/borg/testsuite' artifacts: - path: win32exe name: windowsbuild