Daniele Varrazzo
|
82f52db9b3
|
Fetch the correct testing postgres packages on xenial
|
2018-07-13 18:25:07 +01:00 |
|
Jon Dufresne
|
61e644049f
|
Add testing and document support for Python 3.7
Python 3.7 was released on June 27, 2018.
https://docs.python.org/3/whatsnew/3.7.html
|
2018-07-12 18:07:25 -07:00 |
|
Daniele Varrazzo
|
0d90c173fb
|
Test against PG 10.0 on Travis
|
2017-10-24 11:26:14 +01:00 |
|
Daniele Varrazzo
|
7d9ef5f952
|
Run tests against PostgreSQL 10 beta1
Use the new Postgres verisoning schema: 10 is a major version, 10.0 a
patch release. See
https://wiki.postgresql.org/wiki/New_in_postgres_10#Change_in_Version_Numbering
|
2017-06-08 18:45:07 +01:00 |
|
Daniele Varrazzo
|
ee4887b4c5
|
Download testing servers from upload instead of tarballs
|
2017-02-08 18:37:40 +00:00 |
|
Daniele Varrazzo
|
f5cad47909
|
Run the test suite with postgres versions not available on travis
|
2017-02-06 21:40:05 +00:00 |
|
Daniele Varrazzo
|
874705db42
|
Configure Travis to test replication
|
2016-12-25 18:37:26 +01:00 |
|
Daniele Varrazzo
|
feebc8f689
|
Don't use separate databases for tests
I got this wrong: I thought parallel test ran in the same VM; they are
isolated instead.
|
2016-12-24 04:42:55 +01:00 |
|
Daniele Varrazzo
|
def22982fb
|
Run the tests against all the available server versions
|
2016-12-24 04:12:03 +01:00 |
|