mirror of
https://github.com/kennethreitz/heroku-buildpack-python.git
synced 2026-06-05 23:10:16 +00:00
7 lines
106 B
YAML
7 lines
106 B
YAML
language: bash
|
|
sudo: required
|
|
services:
|
|
- docker
|
|
install: docker pull heroku/cedar:14
|
|
script: make test
|