Fix readme for running tests

This commit is contained in:
Isaac Bythewood
2018-02-06 00:33:44 +00:00
parent 10de3393d6
commit 8a497637f1

View File

@@ -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