DiODeProject / MuMoT

Multiscale Modelling Tool - mathematical modelling without the maths
https://mumot.readthedocs.io/
GNU General Public License v3.0
21 stars 5 forks source link

Force Python runtime for Binder builds to 3.6 #314

Closed willfurnass closed 5 years ago

willfurnass commented 5 years ago

Binder recently switched to using Python 3.7 by default, which seems to be incompatible with our pinned scipy version (#313). Forcing Binder to use Python 3.6 for now.

codecov-io commented 5 years ago

Codecov Report

Merging #314 into master will increase coverage by 0.03%. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #314      +/-   ##
==========================================
+ Coverage   70.75%   70.79%   +0.03%     
==========================================
  Files           2        2              
  Lines        5465     5465              
  Branches     1501     1501              
==========================================
+ Hits         3867     3869       +2     
+ Misses       1214     1212       -2     
  Partials      384      384
Impacted Files Coverage Δ
mumot/__init__.py 70.78% <0%> (+0.03%) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update c7866ba...15ed78d. Read the comment docs.

willfurnass commented 5 years ago

Testing via https://mybinder.org/v2/gh/willfurnass/MuMoT/binder_specify_py36_runtime ...