File tree 3 files changed +42
-0
lines changed
3 files changed +42
-0
lines changed Original file line number Diff line number Diff line change
1
+ name : test_env_cmocean
2
+ channels :
3
+ - conda-forge
4
+ dependencies :
5
+ - python=3.10
6
+ # ############# These will have to be adjusted to your specific project
7
+ - matplotlib-base
8
+ - numpy
9
+ # #############
10
+ - pytest
11
+ - pip :
12
+ - codecov
13
+ - pytest-cov
14
+ - coverage[toml]
Original file line number Diff line number Diff line change
1
+ name : test_env_cmocean
2
+ channels :
3
+ - conda-forge
4
+ dependencies :
5
+ - python=3.8
6
+ # ############# These will have to be adjusted to your specific project
7
+ - matplotlib-base
8
+ - numpy
9
+ # #############
10
+ - pytest
11
+ - pip :
12
+ - codecov
13
+ - pytest-cov
14
+ - coverage[toml]
Original file line number Diff line number Diff line change
1
+ name : test_env_cmocean
2
+ channels :
3
+ - conda-forge
4
+ dependencies :
5
+ - python=3.9
6
+ # ############# These will have to be adjusted to your specific project
7
+ - matplotlib-base
8
+ - numpy
9
+ # #############
10
+ - pytest
11
+ - pip :
12
+ - codecov
13
+ - pytest-cov
14
+ - coverage[toml]
You can’t perform that action at this time.
0 commit comments