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:
1414 # Test the oldest and newest configuration on Mac and Windows
1515 - os : osx
1616 language : c
17- env : PYTHON_VERSION=2.7 TOXENV=py27 -test-mpl15
17+ env : PYTHON_VERSION=3.6 TOXENV=py36 -test-mpl20
1818 - os : osx
1919 language : c
2020 env : PYTHON_VERSION=3.8 TOXENV=py38-test-mpl31
2121 - os : windows
2222 language : c
23- env : PYTHON_VERSION=2.7 TOXENV=py27 -test-mpl15
23+ env : PYTHON_VERSION=3.6 TOXENV=py36 -test-mpl20
2424 - os : windows
2525 language : c
2626 env : PYTHON_VERSION=3.8 TOXENV=py38-test-mpl31
2727 # 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
3230 - python : 3.6
3331 env : TOXENV=py36-test-mpl21
3432 - python : 3.6
Original file line number Diff line number Diff line change 55
66- Properly register mpl_image_compare marker with pytest. [ #83 ]
77
8+ - Drop support for Python 3.5 and earlier, and Matplotlib 1.5. [ #87 ]
9+
8100.10 (2018-09-25)
911-----------------
1012
Original file line number Diff line number Diff line change 11[tox]
22envlist =
3- py{27,35, 36,37,38}-test
3+ py{36,37,38}-test
44 codestyle
55requires =
66 setuptools >= 30.3.0
You can’t perform that action at this time.
0 commit comments