Bug while running travis tests (#1555)

This commit is contained in:
Krish 2017-06-16 14:28:56 +02:00 committed by GitHub
parent bca835fed7
commit c4bcd38fc6
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 && \
"${BIGCHAINDB_DATABASE_SSL}" == false ]]; then
-z "${BIGCHAINDB_DATABASE_SSL}" ]]; then
# Run the full suite of tests for MongoDB over an unsecure connection
pytest -sv --database-backend=mongodb --cov=bigchaindb
elif [[ "${BIGCHAINDB_DATABASE_BACKEND}" == mongodb && \