enable running tests

This commit is contained in:
Tomas Groth 2016-12-15 20:26:18 +01:00
parent 1f5df86c5b
commit 936e6c8816

View File

@ -35,7 +35,8 @@ build: off
test_script: test_script:
- cd openlp-branch - 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 # Go back to the user root folder
- cd.. - cd..