diff --git a/.ci/travis-install.sh b/.ci/travis-install.sh index 34df6e5..083f9bb 100755 --- a/.ci/travis-install.sh +++ b/.ci/travis-install.sh @@ -13,8 +13,6 @@ if [[ -n ${TOXENV} ]]; then pip install --upgrade tox elif [[ ${PLANETMINT_CI_ABCI} == 'enable' ]]; then docker-compose build --no-cache --build-arg abci_status=enable planetmint -elif [[ $PLANETMINT_INTEGRATION_TEST == 'enable' ]]; then - docker-compose build planetmint python-driver else docker-compose build --no-cache planetmint pip install --upgrade codecov