From 23f25ddaae5101f1eff765a3d068426a7c5fccaa Mon Sep 17 00:00:00 2001 From: Jonah Lawrence Date: Sun, 15 Aug 2021 15:12:13 +0300 Subject: [PATCH] docs: update test command --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0d271fe..c5816bb 100644 --- a/README.md +++ b/README.md @@ -195,7 +195,7 @@ All parameters are optional. To run tests (pytest) -``python setup.py test`` +``tox`` To lint (flake8):