File tree Expand file tree Collapse file tree 2 files changed +16
-13
lines changed Expand file tree Collapse file tree 2 files changed +16
-13
lines changed Original file line number Diff line number Diff line change 11
11
12
12
matrix :
13
13
include :
14
+ # Test the oldest and newest configuration on Mac and Windows
15
+ - os : osx
16
+ language : c
17
+ env : PYTHON_VERSION=2.7 TOXENV=py27-test-mpl15
18
+ - os : osx
19
+ language : c
20
+ env : PYTHON_VERSION=3.8 TOXENV=py38-test-mpl31
21
+ - os : windows
22
+ language : c
23
+ env : PYTHON_VERSION=2.7 TOXENV=py27-test-mpl15
24
+ - os : windows
25
+ language : c
26
+ env : PYTHON_VERSION=3.8 TOXENV=py38-test-mpl31
14
27
# Test all configurations on Linux
15
28
- python : 2.7
16
29
env : TOXENV=py27-test-mpl15
@@ -28,19 +41,6 @@ matrix:
28
41
env : TOXENV=py38-test-minimal
29
42
- python : 3.8
30
43
env : TOXENV=codestyle
31
- # Also test the oldest and newest configuration on Mac and Windows
32
- - os : osx
33
- language : c
34
- env : PYTHON_VERSION=2.7 TOXENV=py27-test-mpl15
35
- - os : osx
36
- language : c
37
- env : PYTHON_VERSION=3.8 TOXENV=py38-test-mpl31
38
- - os : windows
39
- language : c
40
- env : PYTHON_VERSION=2.7 TOXENV=py27-test-mpl15
41
- - os : windows
42
- language : c
43
- env : PYTHON_VERSION=3.8 TOXENV=py38-test-mpl31
44
44
45
45
install :
46
46
- if [[ $TRAVIS_OS_NAME != linux ]]; then
Original file line number Diff line number Diff line change @@ -38,3 +38,6 @@ pytest11 =
38
38
test =
39
39
pytest-cov
40
40
matplotlib
41
+
42
+ [tool:pytest]
43
+ testpaths = " tests"
You can’t perform that action at this time.
0 commit comments