repo2docker/tests/pipfile/py36/README.rst

7 wiersze
303 B
ReStructuredText

Python - Pipfile with python_version and runtime.txt
----------------------------------------------------
We are ignoring the runtime.txt if there is a Pipfile or Pipfile.lock available.
And since `python_version = "3.6"` in the Pipfile, the `python-3.7` in
runtime.txt should be ignored. Is it?