Skip to content

Commit 9401fa2

Browse files
Clarify CONTRIBUTING
1 parent d0e98dc commit 9401fa2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CONTRIBUTING.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -85,15 +85,15 @@ Document any external behavior in the [README](README.md).
8585

8686
#### Running the tests
8787

88-
Run the basic test suite with::
88+
Run the basic test suite with your `CLOUDINARY_URL`:
8989

9090
CLOUDINARY_URL=cloudinary://apikey:apisecret@cloudname python setup.py test
9191

9292
This only runs the tests for the current environment.
9393
Travis-CI will run the full suite when you submit your pull request.
9494

9595
The full test suite takes a long time to run because it tests multiple combinations of Python and Django.
96-
You need to have Python 2.7, 3.4, 3.5, 3.6, 3.7 installed to run all of the environments. Then run::
96+
You need to have Python 2.7, 3.4, 3.5, 3.6, 3.7 installed to run all environments. Then run:
9797

9898
CLOUDINARY_URL=cloudinary://apikey:apisecret@cloudname tox
9999

0 commit comments

Comments
 (0)