Skip to content

Commit

Permalink
Reinstated test_env.tml
Browse files Browse the repository at this point in the history
  • Loading branch information
timbernat committed Mar 19, 2024
1 parent 9be967a commit 17808bf
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions devtools/conda-envs/test_env.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: test
channels:
dependencies:
# Base depends
- python
- pip

# Testing
- pytest
- pytest-cov
- codecov

# Pip-only installs
#- pip:
# - codecov

0 comments on commit 17808bf

Please sign in to comment.