Follow up fix for skip_cleanup use

make sure doc_travis tox target has created the manual
pages such that the environment contains this data
This commit is contained in:
Marcus Schäfer 2018-08-20 22:35:37 +02:00
parent 038bc48ca9
commit 68980b3cf0
No known key found for this signature in database
GPG Key ID: AD11DD02B44996EF
2 changed files with 1 additions and 11 deletions

View File

@ -40,17 +40,6 @@ class sdist(setuptools_sdist.sdist):
level=distutils.log.INFO
)
# manual pages
command = ['make', '-C', 'doc', 'man']
self.announce(
'Running make -C doc man target: %s' % str(command),
level=distutils.log.INFO
)
self.announce(
subprocess.check_output(command).decode(),
level=distutils.log.INFO
)
# standard sdist process
setuptools_sdist.sdist.run(self)

View File

@ -121,6 +121,7 @@ usedevelop = True
deps = {[testenv:doc]deps}
changedir=doc
commands =
{[testenv:doc.man]commands}
travis-sphinx build --nowarn --source ./source
bash -c 'cp -a ./source/development/schema/images ./doc/build/development || true'