Skip to content

Commit 1bb1b3b

Browse files
committed
More fixes
1 parent 0ecd539 commit 1bb1b3b

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/python-tests.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,28 +19,28 @@ jobs:
1919
include:
2020
- os: ubuntu-latest
2121
python-version: 3.7
22-
toxenv: py36-test-sphinx17
22+
toxenv: py37-test-sphinx17
2323
- os: windows-latest
2424
python-version: 3.7
25-
toxenv: py36-test-sphinx18
25+
toxenv: py37-test-sphinx18
2626
- os: macos-latest
2727
python-version: 3.7
2828
toxenv: py37-test-sphinx20
2929
- os: ubuntu-latest
3030
python-version: 3.8
31-
toxenv: py37-test-sphinx24
31+
toxenv: py38-test-sphinx24
3232
- os: windows-latest
3333
python-version: 3.8
3434
toxenv: py38-test-sphinx30
3535
- os: ubuntu-latest
3636
python-version: 3.9
37-
toxenv: py38-test-sphinx35
37+
toxenv: py39-test-sphinx35
3838
- os: ubuntu-latest
3939
python-version: 3.9
4040
toxenv: py39-test-sphinx40
4141
- os: macos-latest
4242
python-version: 3.9
43-
toxenv: py38-test-sphinxdev
43+
toxenv: py39-test-sphinxdev
4444

4545
steps:
4646
- uses: actions/checkout@v2

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ deps =
2323

2424
commands =
2525
pip freeze
26-
pytest {toxinidir}/tests {posargs}
26+
pytest {toxinidir}/sphinx_astropy {posargs}
2727

2828
[testenv:codestyle]
2929
changedir =

0 commit comments

Comments
 (0)