diff options
| author | Daniele Varrazzo <daniele.varrazzo@gmail.com> | 2018-05-20 23:56:29 +0100 |
|---|---|---|
| committer | Daniele Varrazzo <daniele.varrazzo@gmail.com> | 2018-05-20 23:56:29 +0100 |
| commit | e8a831dda2decd26f57bb227948da8af9237fb89 (patch) | |
| tree | 1395c3acd39c74989c0a891e57f01862e8cb698d /scripts | |
| parent | be3b1ba1eb84244e97a9d85ba05ef2ca6b5a213b (diff) | |
| parent | a0f7027ad578c6c2707430e9a208cc3f7510cad4 (diff) | |
| download | psycopg2-e8a831dda2decd26f57bb227948da8af9237fb89.tar.gz | |
Merge branch 'master' into drop-2to3
Diffstat (limited to 'scripts')
| -rw-r--r-- | scripts/appveyor.cache_rebuild | 2 | ||||
| -rwxr-xr-x | scripts/travis_test.sh | 16 |
2 files changed, 9 insertions, 9 deletions
diff --git a/scripts/appveyor.cache_rebuild b/scripts/appveyor.cache_rebuild index da1b2be..0482514 100644 --- a/scripts/appveyor.cache_rebuild +++ b/scripts/appveyor.cache_rebuild @@ -9,7 +9,7 @@ To invalidate the cache, update this file and check it into git. Currently used modules built in the cache: OpenSSL - Version: 1.0.2m + Version: 1.0.2n PostgreSQL Version: 10.1 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 |
