File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 10
10
build-n-publish :
11
11
name : Build and publish Python 🐍 distributions 📦 to PyPI
12
12
runs-on : ubuntu-latest
13
- if : github.repository == 'astropy/pytest-doctestplus'
14
13
if : (github.repository == 'astropy/sphinx-astropy' && (github.event_name == 'tags' || contains(github.event.pull_request.labels.*.name, 'Build wheels')))
15
14
16
15
steps :
Original file line number Diff line number Diff line change @@ -27,8 +27,8 @@ install_requires =
27
27
pillow
28
28
29
29
[options.extras_require]
30
- all =
31
- astropy
30
+ all = astropy
31
+ tests = pytest
32
32
33
33
[options.package_data]
34
34
sphinx_astropy = local/*
Original file line number Diff line number Diff line change @@ -10,6 +10,7 @@ isolated_build = true
10
10
[testenv]
11
11
changedir = .tmp/{envname}
12
12
description = run tests
13
+ extras = tests
13
14
deps =
14
15
sphinx17: sphinx ==1.7.*
15
16
sphinx18: sphinx ==1.8.*
You can’t perform that action at this time.
0 commit comments