File tree Expand file tree Collapse file tree 1 file changed +6
-12
lines changed Expand file tree Collapse file tree 1 file changed +6
-12
lines changed Original file line number Diff line number Diff line change 27
27
python : 3.x
28
28
toxenv : codestyle
29
29
30
- - name : docs build
31
- os : ubuntu-latest
32
- python : 3.9
33
- toxenv : build_docs
34
- toxargs : -v
35
-
36
30
- name : oldest dependencies
37
31
os : ubuntu-latest
38
32
python : 3.7
@@ -45,16 +39,16 @@ jobs:
45
39
toxenv : py310-test-alldeps-devastropy-cov
46
40
toxargs : -v
47
41
48
- - name : Python 3.7 with all optional dependencies (MacOS X)
42
+ - name : Python 3.8 with all optional dependencies (MacOS X)
49
43
os : macos-latest
50
- python : 3.7
51
- toxenv : py37 -test-alldeps
44
+ python : 3.8
45
+ toxenv : py38 -test-alldeps
52
46
toxargs : -v
53
47
54
- - name : Python 3.8 with mandatory dependencies (Windows)
48
+ - name : Python 3.9 with mandatory dependencies (Windows)
55
49
os : windows-latest
56
- python : 3.8
57
- toxenv : py38 -test
50
+ python : 3.9
51
+ toxenv : py39 -test
58
52
toxargs : -v
59
53
60
54
steps :
You can’t perform that action at this time.
0 commit comments