From 0b0593de4c411e620392d31342f99e0b89a5c751 Mon Sep 17 00:00:00 2001 From: Raoul Snyman Date: Thu, 23 May 2019 13:29:04 -0700 Subject: [PATCH] Re-enable the tests --- scripts/appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/appveyor.yml b/scripts/appveyor.yml index 1525f9d66..76e305b4e 100644 --- a/scripts/appveyor.yml +++ b/scripts/appveyor.yml @@ -25,7 +25,7 @@ build: off test_script: - cd openlp-branch # Run the tests - #- "%PYTHON%\\python.exe -m pytest -v tests" + - "%PYTHON%\\python.exe -m pytest -v tests" # Go back to the user root folder - cd..