Remove param from py.test as not valid in .yml

This commit is contained in:
2016-01-12 12:52:42 +05:30
parent b596824e98
commit 8b710966e4
+1 -1
View File
@@ -86,7 +86,7 @@ build: off
test_script: test_script:
# Run the project tests # Run the project tests
- ps: "py.test -s" - ps: "py.test"
# after_test: # after_test:
# # If tests are successful, create binary packages for the project. # # If tests are successful, create binary packages for the project.