aboutsummaryrefslogtreecommitdiffstats
path: root/docs/contributing.rst
diff options
context:
space:
mode:
authorPaul Kehrer <paul.l.kehrer@gmail.com>2014-01-20 09:36:57 -0600
committerPaul Kehrer <paul.l.kehrer@gmail.com>2014-01-20 09:36:57 -0600
commitad4f646e685beb38e597bab83ea8e8314a3fd581 (patch)
tree985b9c4894a5befb7d422b730596c57474935a22 /docs/contributing.rst
parentcfa2d6275e9c31e6fc61109e4853c5687d16532e (diff)
downloadcryptography-ad4f646e685beb38e597bab83ea8e8314a3fd581.tar.gz
cryptography-ad4f646e685beb38e597bab83ea8e8314a3fd581.tar.bz2
cryptography-ad4f646e685beb38e597bab83ea8e8314a3fd581.zip
expand tox backend example
Diffstat (limited to 'docs/contributing.rst')
-rw-r--r--docs/contributing.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/contributing.rst b/docs/contributing.rst
index 3710abee..4bb1461d 100644
--- a/docs/contributing.rst
+++ b/docs/contributing.rst
@@ -258,7 +258,7 @@ While testing you may want to run tests against a subset of the backends that
cryptography supports. Explicit backend selection can be done via the
``--backend`` flag. This flag should be passed to ``py.test`` with a comma
delimited list of backend names. To use it with ``tox`` you must pass it as
-``-- --backend``.
+``tox -- --backend=openssl``.
Building Documentation
~~~~~~~~~~~~~~~~~~~~~~