formatting

This commit is contained in:
Jean-Paul Calderone 2018-07-06 11:32:12 -04:00
parent a23fc6b006
commit 90ef111964

View File

@ -85,7 +85,9 @@ jobs:
# readable.
working_directory: "/tmp"
command: |
/tmp/project/.circleci/setup-virtualenv.sh "${TAHOE_LAFS_TOX_ENVIRONMENT}" "${TAHOE_LAFS_TOX_ARGS}"
/tmp/project/.circleci/setup-virtualenv.sh \
"${TAHOE_LAFS_TOX_ENVIRONMENT}" \
"${TAHOE_LAFS_TOX_ARGS}"
- run: &RUN_TESTS
name: "Run test suite"