From 6d6c961a3da1059c42ff4abc0114b266edaf1028 Mon Sep 17 00:00:00 2001 From: Dwight Hubbard <254983+dwighthubbard@users.noreply.github.com> Date: Fri, 21 Aug 2020 18:43:46 -0700 Subject: [PATCH] Screwdriverfix2 (#52) * Handle redirect during login Fixes to make things work when running from windows Cleanup the package configuration file * Handle redirect during login Fixes to make things work when running from windows Cleanup the package configuration file Switch to screwdriver CI * Screwdriver CI fixes * Screwdriver CI fixes * Screwdriver CI fixes * Screwdriver CI fixes * Screwdriver CI fixes --- setup.cfg | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) diff --git a/setup.cfg b/setup.cfg index 09c47de..62d8d89 100644 --- a/setup.cfg +++ b/setup.cfg @@ -47,5 +47,35 @@ packages = python_requires = >="3.6" zip_safe = True + +[options.extras_require] +documentation = + dhubbard-sphinx-markdown-tables + markdown + pymdown-extensions + guzzle_sphinx_theme + markdown-include + nbsphinx + pygments + recommonmark + sphinx_rtd_theme + +doc_build = + dhubbard-sphinx-markdown-tables + markdown + pymdown-extensions + guzzle_sphinx_theme + markdown-include + mkdocs-bootstrap4 + mkdocs-material + nbsphinx + pygments + recommonmark + sphinx_rtd_theme + +test = + vcrpy-unittest + requests-mock + [screwdrivercd.version] version_type = sdv4_SD_BUILD