repo2docker/tests/pipfile/py36
..
Pipfile
Pipfile.lock
README.rst
runtime.txt
verify

README.rst

This file contains invisible Unicode characters!

This file contains invisible Unicode characters that may be processed differently from what appears below. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to reveal hidden characters.

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?