From 7224b0b274d6ab9ca2a1aed5194556d49a941fd4 Mon Sep 17 00:00:00 2001 From: Fabio Caccamo Date: Mon, 6 Dec 2021 18:34:23 +0100 Subject: [PATCH] Updated README.md testing section. [ci skip] --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index c62fe83..8c6761c 100644 --- a/README.md +++ b/README.md @@ -875,6 +875,7 @@ git clone https://github.com/fabiocaccamo/python-benedict.git src && cd src # install requirements pip install --upgrade pip pip install -r requirements.txt +pip install -r requirements-test.txt # run tests using tox tox