mirror of
https://github.com/kennethreitz/heroku-buildpack-python.git
synced 2026-06-05 23:10:16 +00:00
9 lines
152 B
YAML
9 lines
152 B
YAML
language: bash
|
|
sudo: required
|
|
services:
|
|
- docker
|
|
# install: docker pull heroku/cedar:14
|
|
script: ./tests.sh
|
|
env:
|
|
- STACK=heroku-16
|
|
- STACK=cedar-14 |