Skip to content

Commit 5343109

Browse files
authored
Merge pull request #42 from astrofrog/update-ci-versions
CI: make sure we test against Matplotlib 2.0 and Python 3.6
2 parents 1205a7a + f7a2667 commit 5343109

File tree

3 files changed

+15
-2
lines changed

3 files changed

+15
-2
lines changed

.travis.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,9 @@ env:
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.

appveyor.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff 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

2234
platform:
2335
-x64
-2.01 KB
Loading

0 commit comments

Comments
 (0)