From e95475d492ea4e08ebc9b99e1851861df1eb83c0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Barrois?= Date: Mon, 27 Apr 2015 16:15:54 +0200 Subject: Simpler way to define version names. Avoid hitting bugs with max shebang line length in jenkins. --- README.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'README.rst') 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 -- cgit v1.2.3