Re-enable the tests

This commit is contained in:
Raoul Snyman 2019-05-23 13:29:04 -07:00
parent 1caf38b075
commit 0b0593de4c
1 changed files with 1 additions and 1 deletions

View File

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