Use ps + quoted commands

This commit is contained in:
2016-01-12 12:51:40 +05:30
parent e066bfa4e1
commit b596824e98
+3 -3
View File
@@ -77,16 +77,16 @@ install:
- cinst redis-64 - cinst redis-64
# Install the build dependencies of the project. # Install the build dependencies of the project.
- pip install --upgrade -r requirements.txt - "pip install --upgrade -r requirements.txt"
# Install self for tests # Install self for tests
- pip install -e . - "pip install -e .""
build: off build: off
test_script: test_script:
# Run the project tests # Run the project tests
- py.test -s - ps: "py.test -s"
# after_test: # after_test:
# # If tests are successful, create binary packages for the project. # # If tests are successful, create binary packages for the project.