提交 cc4660e0 编写于 作者: L Lukáš Doktor

setup: Develop all on ReadTheDocs

We need optional plugins in ReadTheDocs, but they are not installed by
default. Let's use `make develop` there as it should do and install
normally when outside ReadTheDocs environment.
Signed-off-by: NLukáš Doktor <ldoktor@redhat.com>
上级 153e5a49
......@@ -104,6 +104,9 @@ def get_long_description():
if __name__ == '__main__':
# Force "make develop" inside READTHEDOCS environment
if os.environ.get("READTHEDOCS") and "install" in sys.argv:
os.system("make develop")
setup(name='avocado-framework',
version=VERSION,
description='Avocado Test Framework',
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册