Skip to content
This repository was archived by the owner on Jun 12, 2018. It is now read-only.

Latest commit

 

History

History
22 lines (15 loc) · 712 Bytes

File metadata and controls

22 lines (15 loc) · 712 Bytes

Python buildpack


This buildpack is based on the Python Heroku buildpack powered by pip. It will install Python if a requirements.txt or setup.py files are found.

Specify a Runtime

You can also provide arbitrary releases Python with a runtime.txt file.

$ cat runtime.txt
python-3.4.1

Runtime options include:

  • python-2.7.11 (default)
  • python-3.4.1
  • pypy-1.9 (experimental)

Other unsupported runtimes are available as well and are not guaranteed to play well with devstep.