From c82dbcaaa89d99cbe482eeb2d8ffbce28201fd14 Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Thu, 21 Oct 2021 19:59:56 -0700 Subject: add examples to README, and test those examples in CI These tests don't run as part of 'make test' by default because they do live fetches against the internet. --- Pipfile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Pipfile') diff --git a/Pipfile b/Pipfile index cf666f7..3fd334e 100644 --- a/Pipfile +++ b/Pipfile @@ -14,9 +14,11 @@ flake8-annotations = "*" mypy = "*" pytest = "*" pytest-cov = "*" +pytest-codeblocks = "*" typing_extensions = "*" yapf = "*" isort = "*" +requests = "*" [requires] python_version = "3.8" -- cgit v1.2.3