Files
python-ci-test/app.json
T
2016-11-01 12:52:51 -04:00

8 lines
154 B
JSON

{
"buildpacks": [
{"url": "https://github.com/heroku/heroku-buildpack-python#ci"}
],
"scripts": {
"test": "testtheapp"
}
}