Commit c1267a57 by Victor Manuel Alvarez

Run “tests.py” instead of “setup.py test”

parent 03ea9a9e
...@@ -138,7 +138,7 @@ after_build: ...@@ -138,7 +138,7 @@ after_build:
test_script: test_script:
# Run the project tests # Run the project tests
- "%PYTHON%\\python setup.py test" - "%PYTHON%\\python tests.py"
after_test: after_test:
# If tests are successful, create binary packages for the project. # If tests are successful, create binary packages for the project.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment