Skip to content

Commit 29f3f50

Browse files
authored
Merge pull request #186 from ocefpaf/py36
Test Python 3.6
2 parents 3daf4a7 + 60f343b commit 29f3f50

File tree

3 files changed

+1
-8
lines changed

3 files changed

+1
-8
lines changed

appveyor.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,6 @@ install:
3030
- conda env create --quiet --file "%ENV%"
3131
- activate "%ENV_NAME%"
3232
- conda install console_shortcut
33-
# Fortran cells.
34-
- conda install --channel conda-forge mingwpy
35-
- set CFG=%CONDA_PREFIX%\Lib\distutils\distutils.cfg
36-
- echo [build] >> "%CFG%"
37-
- echo compiler=mingw32 >> "%CFG%"
3833
# DEBUG.
3934
- conda info
4035
- conda list

environment-python-2.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ dependencies:
2929
- iris
3030
- jsanimation
3131
- jupyter
32-
- jupyter_client
3332
- matplotlib <2
3433
- mpld3
3534
- mplleaflet

environment.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ channels:
33
- conda-forge
44
- defaults
55
dependencies:
6-
- python=3.5
6+
- python=3.6
77
- libnetcdf=4.4.0
88
- bagit
99
- beautifulsoup4
@@ -29,7 +29,6 @@ dependencies:
2929
- iris
3030
- jsanimation
3131
- jupyter
32-
- jupyter_client
3332
- matplotlib <2
3433
- mpld3
3534
- mplleaflet

0 commit comments

Comments
 (0)