Skip to content

Commit 315b013

Browse files
committed
added ci env files
1 parent 625e202 commit 315b013

File tree

3 files changed

+42
-0
lines changed

3 files changed

+42
-0
lines changed

ci/environment-py3.10.yml

+14
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
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]

ci/environment-py3.8.yml

+14
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
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]

ci/environment-py3.9.yml

+14
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
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]

0 commit comments

Comments
 (0)