mirror of
https://github.com/psycopg/psycopg2.git
synced 2025-02-17 01:20:32 +03:00
Run tests on windows using the same library versions of the packages
This commit is contained in:
parent
eedbb33226
commit
7571ec9368
|
@ -24,9 +24,8 @@ environment:
|
||||||
- {PYVER: "34", PYTHON_ARCH: "32"}
|
- {PYVER: "34", PYTHON_ARCH: "32"}
|
||||||
- {PYVER: "34", PYTHON_ARCH: "64"}
|
- {PYVER: "34", PYTHON_ARCH: "64"}
|
||||||
|
|
||||||
|
OPENSSL_VERSION: "1_0_2r"
|
||||||
OPENSSL_VERSION: "1_0_2n"
|
POSTGRES_VERSION: "11_2"
|
||||||
POSTGRES_VERSION: "10_1"
|
|
||||||
|
|
||||||
PSYCOPG2_TESTDB: psycopg2_test
|
PSYCOPG2_TESTDB: psycopg2_test
|
||||||
PSYCOPG2_TESTDB_USER: postgres
|
PSYCOPG2_TESTDB_USER: postgres
|
||||||
|
|
|
@ -9,10 +9,10 @@ To invalidate the cache, update this file and check it into git.
|
||||||
Currently used modules built in the cache:
|
Currently used modules built in the cache:
|
||||||
|
|
||||||
OpenSSL
|
OpenSSL
|
||||||
Version: 1.0.2o
|
Version: 1.0.2r
|
||||||
|
|
||||||
PostgreSQL
|
PostgreSQL
|
||||||
Version: 10.4
|
Version: 11.2
|
||||||
|
|
||||||
|
|
||||||
NOTE: to zap the cache manually you can also use:
|
NOTE: to zap the cache manually you can also use:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user