Skip to content

Commit 3a907b6

Browse files
committed
add siphon to ci ymls
1 parent 3460bc5 commit 3a907b6

File tree

4 files changed

+16
-4
lines changed

4 files changed

+16
-4
lines changed

ci/requirements-py27-min.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
name: test_env
2+
channels:
3+
- defaults
4+
- http://conda.anaconda.org/Unidata
25
dependencies:
36
- python=2.7
47
- numpy==1.8.2
@@ -7,6 +10,6 @@ dependencies:
710
- nose
811
- pytz
912
- ephem
10-
- netcdf4
13+
- siphon
1114
- pip:
1215
- coveralls

ci/requirements-py27.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
name: test_env
2+
channels:
3+
- defaults
4+
- http://conda.anaconda.org/Unidata
25
dependencies:
36
- python=2.7
47
- numpy
@@ -8,6 +11,6 @@ dependencies:
811
- pytz
912
- ephem
1013
- numba
11-
- netcdf4
14+
- siphon
1215
- pip:
1316
- coveralls

ci/requirements-py34.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,13 @@
11
name: test_env
2+
channels:
3+
- defaults
4+
- http://conda.anaconda.org/Unidata
25
dependencies:
36
- python=3.4
47
- nose
58
- pytz
69
- ephem
7-
- netcdf4
10+
- siphon
811
#- numba
912
- pip:
1013
- numpy

ci/requirements-py35.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,13 @@
11
name: test_env
2+
channels:
3+
- defaults
4+
- http://conda.anaconda.org/Unidata
25
dependencies:
36
- python=3.5
47
- nose
58
- pytz
69
- ephem
7-
- netcdf4
10+
- siphon
811
# - numba
912
- pip:
1013
- numpy

0 commit comments

Comments
 (0)