From e1222477eb5ce916a9b58439b520bab82240b27b Mon Sep 17 00:00:00 2001 From: LaurentDeMontBlanc Date: Wed, 9 Feb 2022 13:25:17 +0100 Subject: [PATCH] removed remnant of old integration tests --- .ci/travis-install.sh | 2 -- 1 file changed, 2 deletions(-) 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