summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorDaniele Varrazzo <daniele.varrazzo@gmail.com>2016-12-26 04:31:18 +0100
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>2016-12-26 04:31:18 +0100
commitc46b6ea719b8a1cd97ed0161de6b6e31e0319d2b (patch)
treec641678c90147733107241882d518ed5f9872806 /scripts
parent64342fcff069327034aa7d21b6faa91dccd0d69e (diff)
downloadpsycopg2-c46b6ea719b8a1cd97ed0161de6b6e31e0319d2b.tar.gz
Fixed travis test: unset green mode
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/travis_test.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/travis_test.sh b/scripts/travis_test.sh
index 61b57f6..0c60b93 100755
--- a/scripts/travis_test.sh
+++ b/scripts/travis_test.sh
@@ -15,7 +15,7 @@ run_test () {
export PSYCOPG2_TESTDB_PORT=$port
export PSYCOPG2_TESTDB_USER=travis
export PSYCOPG2_TEST_REPL_DSN=
-
+ unset PSYCOPG2_TEST_GREEN
python -c "from psycopg2 import tests; tests.unittest.main(defaultTest='tests.test_suite')"
printf "\n\nRunning tests against PostgreSQL $version (green mode)\n\n"