From 6c525a908c868488c5fa67af714353bccfdf110e Mon Sep 17 00:00:00 2001 From: Lars Levie Date: Fri, 8 Dec 2023 16:55:03 -0600 Subject: [PATCH] run tox instead of runtests --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 87e1c82..df3a2e7 100644 --- a/README.md +++ b/README.md @@ -82,8 +82,7 @@ pip install -r requirements-test.txt and then run the tests with the provided script: ``` -./runtests.sh - +tox ``` ## Notes