tags:
- docker
script:
- - pip install --upgrade --upgrade-strategy eager pytest
+ - |
+ echo -e "\e[0Ksection_start:$( date +%s ):install_pytest[collapsed=true]\r\e[0KInstalling pytest ..."
+ pip install --upgrade --upgrade-strategy eager pytest
+ echo -e "\e[0Ksection_end:$( date +%s ):install_pytest\r\e[0K"
- pip list --format columns
- - 'echo; echo "Content of variable \"\$UHU\": \"${UHU}\"."; echo'
- pytest --verbose
# vim: et tabstop=2 expandtab shiftwidth=2 softtabstop=2 list