repo2docker/tests/pipfile/py36
Erik Sundell 10e9bb9bf6 extract pipfile: move tests 2019-05-12 15:08:40 +02:00
..
Pipfile extract pipfile: move tests 2019-05-12 15:08:40 +02:00
Pipfile.lock extract pipfile: move tests 2019-05-12 15:08:40 +02:00
README.rst extract pipfile: move tests 2019-05-12 15:08:40 +02:00
runtime.txt extract pipfile: move tests 2019-05-12 15:08:40 +02:00
verify extract pipfile: move tests 2019-05-12 15:08:40 +02:00

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?