Skip to content

Commit

Permalink
Add minimal dev environment to avoid tox issues
Browse files Browse the repository at this point in the history
Currently it was crashing due to tox-conda not supporting tox 4.
See tox-dev/tox#2759 for details.
  • Loading branch information
jfrost-mo committed Jul 5, 2023
1 parent b1b1670 commit 1807880
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions development.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
name: cset-dev
channels:
- conda-forge
dependencies:
# Just the dependencies needed during development. Others are pulled in by
# tox.
- pre-commit
- black
- tox-conda

0 comments on commit 1807880

Please sign in to comment.