summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorRaphaël Barrois <raphael.barrois@polyconseil.fr>2015-04-27 16:15:54 +0200
committerRaphaël Barrois <raphael.barrois@polyconseil.fr>2015-04-27 16:15:54 +0200
commite95475d492ea4e08ebc9b99e1851861df1eb83c0 (patch)
tree8971c13d1be5bb1eec59b2f2692286e8bb104120 /README.rst
parentd0de4c4bbc8d495f0dc6d4023f096e00118b3d0e (diff)
downloadfactory-boy-e95475d492ea4e08ebc9b99e1851861df1eb83c0.tar
factory-boy-e95475d492ea4e08ebc9b99e1851861df1eb83c0.tar.gz
Simpler way to define version names.
Avoid hitting bugs with max shebang line length in jenkins.
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst8
1 files changed, 4 insertions, 4 deletions
diff --git a/README.rst b/README.rst
index ac1986c..59ea0cf 100644
--- a/README.rst
+++ b/README.rst
@@ -326,13 +326,13 @@ To test with a specific framework version, you may use:
.. code-block:: sh
- $ make DJANGO_VERSION=1.7 test
+ $ make DJANGO=1.7 test
Valid options are:
-* ``DJANGO_VERSION`` for ``Django``
-* ``MONGOENGINE_VERSION`` for ``mongoengine``
-* ``ALCHEMY_VERSION`` for ``SQLAlchemy``
+* ``DJANGO`` for ``Django``
+* ``MONGOENGINE`` for ``mongoengine``
+* ``ALCHEMY`` for ``SQLAlchemy``
Contents, indices and tables