Skip to content

Commit

Permalink
Screwdriverfix2 (#52)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
dwighthubbard authored Aug 22, 2020
1 parent 8f6ed76 commit 6d6c961
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 6d6c961

Please sign in to comment.