language: python sudo: required before_install: - sudo apt install devscripts -y - debuild -i -us -uc -b install: sudo apt install ../*.deb -y script: - sudo howdy help - sudo apt purge howdy -y notifications: email: false