repo2docker/tests/pipfile/environment-yml
Madhur Tandon 3288bca6a4 fix tests + change name of script 2022-01-21 11:21:00 +01:00
..
Pipfile 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
environment.yml fix tests + change name of script 2022-01-21 11:21:00 +01: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(.lock) + environment.yml
-----------------------------------------

We should ignore the ``Pipfile`` or ``Pipfile.lock`` if there is an
``environment.yml`` alongside it. Conda can install more things than ``pip`` or
``pipenv`` can so we would limit ourselves if we prioritized the ``Pipfile``s.