fix indentation error

This commit is contained in:
Rodolphe Marques 2017-01-09 16:28:20 +01:00
parent 24c1f8d804
commit f4bbf27815
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ set -e -x
if [[ -n ${TOXENV} ]]; then
tox -e ${TOXENV}
elif [[ "${BIGCHAINDB_DATABASE_BACKEND}" == mongodb ]]; then
pytest -v --database-backend=mongodb --cov=bigchaindb
pytest -v --database-backend=mongodb --cov=bigchaindb
else
pytest -v -n auto --cov=bigchaindb
fi