removed remnant of old integration tests

This commit is contained in:
LaurentDeMontBlanc 2022-02-09 13:25:17 +01:00
parent 5e708dd4f8
commit e1222477eb
No known key found for this signature in database
GPG Key ID: F38F69F0FAC3B880

View File

@ -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