Skip to content

Commit

Permalink
Merge branch 'master' into feature/sc_improve_language_identification
Browse files Browse the repository at this point in the history
  • Loading branch information
simon-clematide authored Dec 28, 2020
2 parents 2d3d96b + 46233b3 commit f19b037
Show file tree
Hide file tree
Showing 3 changed files with 62 additions and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@




tests:
jsonschema -i examples/newspaper_issue/example0.json json/newspaper/issue.schema.json && $(print-test-ok) || $(print-test-failed)
jsonschema -i examples/newspaper_issue/example1.json json/newspaper/issue.schema.json && $(print-test-ok)|| $(print-test-failed)
Expand Down
12 changes: 12 additions & 0 deletions Pipfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
[[source]]
name = "pypi"
url = "https://pypi.org/simple"
verify_ssl = true

[dev-packages]

[packages]
jsonschema = "*"

[requires]
python_version = "3.8"
49 changes: 49 additions & 0 deletions Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit f19b037

Please sign in to comment.