mirror of
https://github.com/kennethreitz/django-heroku.git
synced 2026-06-21 15:20:58 +00:00
7 lines
108 B
YAML
7 lines
108 B
YAML
language: "python"
|
|
python:
|
|
- "3.6"
|
|
install:
|
|
- "pip install pipenv"
|
|
- "pipenv install --dev"
|
|
script: make |