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..