summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJosé Padilla <jpadilla@webapplicate.com>2020-06-19 12:29:44 -0400
committerJosé Padilla <jpadilla@webapplicate.com>2020-06-19 12:29:44 -0400
commitc58fa56c8a4f5cd69524c085d7d7aad4cc0334cd (patch)
treebafb4f95ccd57ed8e280e73d54f1b438140da205
parent99b9f85cd00b09bb4c8cce23f06e756c1d8f4b62 (diff)
downloadpyjwt-c58fa56c8a4f5cd69524c085d7d7aad4cc0334cd.tar.gz
Add dev extras
-rw-r--r--.github/workflows/main.yml1
-rw-r--r--setup.cfg9
2 files changed, 10 insertions, 0 deletions
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index 0969e2a..e424fd9 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -40,6 +40,7 @@ jobs:
- name: "Combine coverage"
run: |
+ set -xe
python -m coverage combine
python -m coverage xml
if: "contains(env.USING_COVERAGE, matrix.python-version) && matrix.platform == 'ubuntu-latest'"
diff --git a/setup.cfg b/setup.cfg
index c1d2c3b..ae02225 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -46,6 +46,15 @@ crypto =
tests =
pytest>=4.3.0,<5.0.0
coverage[toml]>=5.0.2
+dev =
+ sphinx
+ sphinx-rtd-theme
+ zope.interface
+ cryptography>=1.4
+ pytest>=4.3.0,<5.0.0
+ coverage[toml]>=5.0.2
+ mypy
+ pre-commit
[options.packages.find]
exclude =