From 5f825c02b1c324a2c9c3d0662913a3a2fdf798dd Mon Sep 17 00:00:00 2001 From: Iacopo Spalletti Date: Sat, 5 Dec 2020 14:02:49 +0100 Subject: [PATCH] Fix typo --- CONTRIBUTING.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst index 42532fe..182dc1f 100644 --- a/CONTRIBUTING.rst +++ b/CONTRIBUTING.rst @@ -111,7 +111,7 @@ Testing tips ---------------- You can test your project using any specific combination of python, django and django cms. -For example ``tox -epy3.7-django30-cms37`` runs the tests on python 3.7, Django 3.0 and django CMS 3.7. +For example ``tox -py37-django30-cms37`` runs the tests on python 3.7, Django 3.0 and django CMS 3.7. Pull Request Guidelines =======================