File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -19,28 +19,28 @@ jobs:
19
19
include :
20
20
- os : ubuntu-latest
21
21
python-version : 3.7
22
- toxenv : py36 -test-sphinx17
22
+ toxenv : py37 -test-sphinx17
23
23
- os : windows-latest
24
24
python-version : 3.7
25
- toxenv : py36 -test-sphinx18
25
+ toxenv : py37 -test-sphinx18
26
26
- os : macos-latest
27
27
python-version : 3.7
28
28
toxenv : py37-test-sphinx20
29
29
- os : ubuntu-latest
30
30
python-version : 3.8
31
- toxenv : py37 -test-sphinx24
31
+ toxenv : py38 -test-sphinx24
32
32
- os : windows-latest
33
33
python-version : 3.8
34
34
toxenv : py38-test-sphinx30
35
35
- os : ubuntu-latest
36
36
python-version : 3.9
37
- toxenv : py38 -test-sphinx35
37
+ toxenv : py39 -test-sphinx35
38
38
- os : ubuntu-latest
39
39
python-version : 3.9
40
40
toxenv : py39-test-sphinx40
41
41
- os : macos-latest
42
42
python-version : 3.9
43
- toxenv : py38 -test-sphinxdev
43
+ toxenv : py39 -test-sphinxdev
44
44
45
45
steps :
46
46
- uses : actions/checkout@v2
Original file line number Diff line number Diff line change 23
23
24
24
commands =
25
25
pip freeze
26
- pytest {toxinidir}/tests {posargs}
26
+ pytest {toxinidir}/sphinx_astropy {posargs}
27
27
28
28
[testenv:codestyle]
29
29
changedir =
You can’t perform that action at this time.
0 commit comments