Skip to content

Instantly share code, notes, and snippets.

@GenevieveBuckley
Last active March 14, 2019 23:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save GenevieveBuckley/ffe59f3bc35859dfb3f94cd40eddcdab to your computer and use it in GitHub Desktop.
Save GenevieveBuckley/ffe59f3bc35859dfb3f94cd40eddcdab to your computer and use it in GitHub Desktop.
Template conda environment.yml file
name: envname
channels:
- defaults
- conda-forge
dependencies:
- python=3
- pytest
- pytest-cov
- pytest-flake8
- coveralls
- pip:
- pypi_package1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment