File tree Expand file tree Collapse file tree 3 files changed +15
-2
lines changed
Expand file tree Collapse file tree 3 files changed +15
-2
lines changed Original file line number Diff line number Diff line change 1919 - PYTHON_VERSION=3.4 MATPLOTLIB_VERSION=1.4 NUMPY_VERSION=1.9
2020 - PYTHON_VERSION=2.7 MATPLOTLIB_VERSION=1.5
2121 - PYTHON_VERSION=3.5 MATPLOTLIB_VERSION=1.5
22- - PYTHON_VERSION=2.7 MATPLOTLIB_VERSION=2.0 CONDA_CHANNELS="conda-forge/label/rc conda-forge"
23- - PYTHON_VERSION=3.5 MATPLOTLIB_VERSION=2.0 CONDA_CHANNELS="conda-forge/label/rc conda-forge"
22+ - PYTHON_VERSION=2.7 MATPLOTLIB_VERSION=2.0
23+ - PYTHON_VERSION=3.5 MATPLOTLIB_VERSION=2.0
24+ - PYTHON_VERSION=3.6 MATPLOTLIB_VERSION=2.0
2425
2526 # The following build is meant to check that dependencies get set up correctly, but currently
2627 # the image tests fail, which should be investigated.
Original file line number Diff line number Diff line change @@ -14,10 +14,22 @@ environment:
1414
1515 matrix :
1616 - PYTHON_VERSION : " 2.6"
17+ MATPLOTLIB_VERSION : " 1.4"
18+
1719 - PYTHON_VERSION : " 2.7"
20+ MATPLOTLIB_VERSION : " 1.5"
21+
1822 - PYTHON_VERSION : " 3.3"
23+ MATPLOTLIB_VERSION : " 1.5"
24+
1925 - PYTHON_VERSION : " 3.4"
26+ MATPLOTLIB_VERSION : " 1.5"
27+
2028 - PYTHON_VERSION : " 3.5"
29+ MATPLOTLIB_VERSION : " 1.5"
30+
31+ - PYTHON_VERSION : " 3.6"
32+ MATPLOTLIB_VERSION : " 2.0"
2133
2234platform :
2335 -x64
You can’t perform that action at this time.
0 commit comments