Fix double quote in yml + prev fix not needed

This commit is contained in:
2016-01-12 12:54:00 +05:30
parent 8b710966e4
commit 3b4a518977
+2 -2
View File
@@ -79,14 +79,14 @@ install:
# 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
- ps: "py.test" - ps: "py.test -v"
# after_test: # after_test:
# # If tests are successful, create binary packages for the project. # # If tests are successful, create binary packages for the project.