summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniele Varrazzo <daniele.varrazzo@gmail.com>2018-05-14 02:41:32 +0100
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>2018-05-18 12:16:03 +0100
commiteb570488a40ce67fb1df3ed548bda1c57d585084 (patch)
treeb5821fb0f57ea78d181ef0c36d25050d0b2d0925
parentbc84b6233eaa1e7a6302b51f8ab8950534ff1813 (diff)
downloadpsycopg2-eb570488a40ce67fb1df3ed548bda1c57d585084.tar.gz
Test databases from newest to oldest
This way we can spot when a feature was not supported yet by the first test failing.
-rwxr-xr-xscripts/travis_test.sh16
1 files changed, 8 insertions, 8 deletions
diff --git a/scripts/travis_test.sh b/scripts/travis_test.sh
index 0320654..342e24c 100755
--- a/scripts/travis_test.sh
+++ b/scripts/travis_test.sh
@@ -56,15 +56,15 @@ 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 7.4
- run_test 8.0
- run_test 8.1
- run_test 8.2
- run_test 8.3
- run_test 8.4
- run_test 9.0
- run_test 9.1
run_test 9.2
+ run_test 9.1
+ run_test 9.0
+ run_test 8.4
+ run_test 8.3
+ run_test 8.2
+ run_test 8.1
+ run_test 8.0
+ run_test 7.4
fi
# Postgres built from master