summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorjohnthagen <johnthagen@gmail.com>2020-01-25 14:20:06 -0500
committerjohnthagen <johnthagen@gmail.com>2020-01-25 14:20:06 -0500
commit77d0887fba18b3e113eb89969bb8ce67ad7728ce (patch)
treef6e2656699796e80b7c259d00bce03b08aba2549 /.github
parent3324bb637e8c7ef4358708c2891f755d7a962294 (diff)
downloadjsonschema-77d0887fba18b3e113eb89969bb8ce67ad7728ce.tar.gz
Add tox/CI test for license file
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ci.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index fc3243d..9b4d8a4 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -75,6 +75,8 @@ jobs:
toxenv: py38-tests
- name: 3.8
toxenv: py38-tests_nongpl
+ - name: 3.8
+ toxenv: check-package-license-file
exclude:
# Building on Windows isn't supported, and 3.5/PyPy on Windows
# seem to fail with silent obscure errors.