From 8a497637f1c74fea06766a1bba8561a967f97bc8 Mon Sep 17 00:00:00 2001 From: Isaac Bythewood Date: Tue, 6 Feb 2018 00:33:44 +0000 Subject: [PATCH] Fix readme for running tests --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 6a02f81..eaba902 100644 --- a/README.rst +++ b/README.rst @@ -32,7 +32,7 @@ recommend using our tags/versions though. To run Pinry's tests inside the Pinry repo run:: pipenv install - python manage.py test + pipenv run python manage.py test Production Deployment