repo2docker/tests/conda/simple
Min RK 5f285b74e8 verify conda activation (and thereby entrypoint)
in tests/conda/simple

use pytest for better error reporting
2019-04-25 16:11:23 +02:00
..
README.rst improving readmes for tests 2018-04-24 17:14:01 -07:00
environment.yml verify conda activation (and thereby entrypoint) 2019-04-25 16:11:23 +02:00
verify verify conda activation (and thereby entrypoint) 2019-04-25 16:11:23 +02:00
verify.py verify conda activation (and thereby entrypoint) 2019-04-25 16:11:23 +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.

Conda Environment
-----------------

``environment.yml`` is the standard method for defining environments with the
Anaconda (conda) distribution. Conda environment files may allow for more
complex builds and dependencies than are possible with a single
``requirements.txt`` file.