summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorDaniele Varrazzo <daniele.varrazzo@gmail.com>2019-10-19 14:49:27 +0200
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>2019-10-19 15:18:38 +0200
commit8f11821c173d723824c537c6b36cb5e7b883149d (patch)
treef24080042bdce6db25559e11edbb7eaa88c1be3f /doc
parent58654990d6ead20e6e6977852ca2bfac8f3b1fc4 (diff)
downloadpsycopg2-8f11821c173d723824c537c6b36cb5e7b883149d.tar.gz
Use travis test config variable 0/1 instead of blank strings
Travis web interface doesn't allow anymore to set an empty string as variable value.
Diffstat (limited to 'doc')
-rw-r--r--doc/release.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/release.rst b/doc/release.rst
index 3ea4a9f..a91c932 100644
--- a/doc/release.rst
+++ b/doc/release.rst
@@ -16,7 +16,7 @@ How to make a psycopg2 release
$ export VERSION=2.7
- In the `Travis settings`__ you may want to be sure that the variables
- ``TEST_PAST`` and ``TEST_FUTURE`` are set to a nonzero string to check all
+ ``TEST_PAST`` and ``TEST_FUTURE`` are set to 1 to check all
the supported postgres version.
.. __: https://travis-ci.org/psycopg/psycopg2/settings