summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniele Varrazzo <daniele.varrazzo@gmail.com>2018-07-13 19:09:33 +0100
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>2018-07-13 19:11:56 +0100
commita8b9c9971ea18d7581a8aba8cb3b5f336b33672b (patch)
treedd591eed2b7f5b4ff4278eea680ef71206f5dd2e
parent82f52db9b3cc363cd80b4757d0073e8b5e95f770 (diff)
downloadpsycopg2-a8b9c9971ea18d7581a8aba8cb3b5f336b33672b.tar.gz
Consider PG 9.3 a thing of the past.
Wow, it seems yesterday... Previosly archived as a "past" version only in the prepare script. Test script consistent now. [skip ci]
-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 342e24c..8ca4e9a 100755
--- a/scripts/travis_test.sh
+++ b/scripts/travis_test.sh
@@ -50,12 +50,12 @@ if [[ -z "$DONT_TEST_PRESENT" ]]; then
run_test 9.6
run_test 9.5
run_test 9.4
- run_test 9.3
fi
# Unsupported postgres versions that we still support
# Images built by https://github.com/psycopg/psycopg2-wheels/tree/build-dinosaurs
if [[ -n "$TEST_PAST" ]]; then
+ run_test 9.3
run_test 9.2
run_test 9.1
run_test 9.0