Small cleanups
Remove install_command from tox.ini, the default is good enough Remove obsolete sections from setup.cfg, update git URL. Change-Id: I0fb397e32499b90a2ecd8e5fb0489a58e6017827
This commit is contained in:
parent
aa0dfc847c
commit
268ca4972e
13
setup.cfg
13
setup.cfg
@ -5,19 +5,8 @@ description-file =
|
|||||||
README.rst
|
README.rst
|
||||||
author = OpenStack
|
author = OpenStack
|
||||||
author-email = openstack-discuss@lists.openstack.org
|
author-email = openstack-discuss@lists.openstack.org
|
||||||
home-page = https://git.openstack.org/cgit/openstack/training-guides/
|
home-page = https://opendev.org/openstack/training-guides/
|
||||||
classifier =
|
classifier =
|
||||||
Intended Audience :: Developers
|
Intended Audience :: Developers
|
||||||
License :: OSI Approved :: Apache Software License
|
License :: OSI Approved :: Apache Software License
|
||||||
Operating System :: POSIX :: Linux
|
Operating System :: POSIX :: Linux
|
||||||
|
|
||||||
[build_sphinx]
|
|
||||||
all_files = 1
|
|
||||||
build-dir = doc/upstream-training/build
|
|
||||||
source-dir = doc/upstream-training/source
|
|
||||||
|
|
||||||
[pbr]
|
|
||||||
warnerrors = True
|
|
||||||
|
|
||||||
[wheel]
|
|
||||||
universal = 1
|
|
||||||
|
2
tox.ini
2
tox.ini
@ -7,7 +7,6 @@ ignore_basepython_conflict = True
|
|||||||
[testenv]
|
[testenv]
|
||||||
basepython = python3
|
basepython = python3
|
||||||
setenv = VIRTUAL_ENV={envdir}
|
setenv = VIRTUAL_ENV={envdir}
|
||||||
install_command = pip install -U {opts} {packages}
|
|
||||||
deps = -r{toxinidir}/test-requirements.txt
|
deps = -r{toxinidir}/test-requirements.txt
|
||||||
whitelist_externals =
|
whitelist_externals =
|
||||||
echo
|
echo
|
||||||
@ -42,6 +41,7 @@ commands =
|
|||||||
mv doc/upstream-training/source/upstream-training.pot doc/upstream-training/source/locale/upstream-training.pot"
|
mv doc/upstream-training/source/upstream-training.pot doc/upstream-training/source/locale/upstream-training.pot"
|
||||||
|
|
||||||
[testenv:publishdocs]
|
[testenv:publishdocs]
|
||||||
|
# These are needed for writing the root-marker
|
||||||
passenv = ZUUL*
|
passenv = ZUUL*
|
||||||
commands =
|
commands =
|
||||||
{[testenv:upstream-slides]commands}
|
{[testenv:upstream-slides]commands}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user