enable running tests

This commit is contained in:
Tomas Groth 2016-12-15 20:26:18 +01:00
parent 1f5df86c5b
commit 936e6c8816
1 changed files with 2 additions and 1 deletions

View File

@ -35,7 +35,8 @@ build: off
test_script:
- cd openlp-branch
#- "%PYTHON%\\python.exe -m nose -v tests"
# Run the tests
- "%PYTHON%\\python.exe -m nose -v tests"
# Go back to the user root folder
- cd..