File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -14,21 +14,19 @@ matrix:
14
14
# Test the oldest and newest configuration on Mac and Windows
15
15
- os : osx
16
16
language : c
17
- env : PYTHON_VERSION=2.7 TOXENV=py27 -test-mpl15
17
+ env : PYTHON_VERSION=3.6 TOXENV=py36 -test-mpl20
18
18
- os : osx
19
19
language : c
20
20
env : PYTHON_VERSION=3.8 TOXENV=py38-test-mpl31
21
21
- os : windows
22
22
language : c
23
- env : PYTHON_VERSION=2.7 TOXENV=py27 -test-mpl15
23
+ env : PYTHON_VERSION=3.6 TOXENV=py36 -test-mpl20
24
24
- os : windows
25
25
language : c
26
26
env : PYTHON_VERSION=3.8 TOXENV=py38-test-mpl31
27
27
# Test all configurations on Linux
28
- - python : 2.7
29
- env : TOXENV=py27-test-mpl15
30
- - python : 3.5
31
- env : TOXENV=py35-test-mpl20
28
+ - python : 3.6
29
+ env : TOXENV=py36-test-mpl20
32
30
- python : 3.6
33
31
env : TOXENV=py36-test-mpl21
34
32
- python : 3.6
Original file line number Diff line number Diff line change 5
5
6
6
- Properly register mpl_image_compare marker with pytest. [ #83 ]
7
7
8
+ - Drop support for Python 3.5 and earlier, and Matplotlib 1.5. [ #87 ]
9
+
8
10
0.10 (2018-09-25)
9
11
-----------------
10
12
Original file line number Diff line number Diff line change 1
1
[tox]
2
2
envlist =
3
- py{27,35, 36,37,38}-test
3
+ py{36,37,38}-test
4
4
codestyle
5
5
requires =
6
6
setuptools >= 30.3.0
You can’t perform that action at this time.
0 commit comments