shell pip install vexorcli yaml language: python python: - "3.7" install: - pip install -r requirements.txt script: - pytest tests/ deploy: provider: heroku api_key: secure: YOUR_HEROKU_API_KEY app: your-heroku-app