Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Avoid installing tests to site-packages | Jon Dufresne | 2017-12-10 | 1 | -2/+2 |
| | | | | | | | | For library end users, there is no need to install tests alongside the package itself. This keeps the tests available for development without adding extra packages to user's site-packages directory. Reduces the size of the installed package. Avoids accidental execution of test code by an installed package. | ||||
* | Test against PG 10.0 on Travis | Daniele Varrazzo | 2017-10-24 | 1 | -2/+3 |
| | |||||
* | Run tests against PostgreSQL 10 beta1test-postgres-10beta1 | Daniele Varrazzo | 2017-06-08 | 1 | -3/+3 |
| | | | | | | 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 | ||||
* | Run the test suite with postgres versions not available on travis | Daniele Varrazzo | 2017-02-06 | 1 | -14/+56 |
| | |||||
* | Fixed travis test: unset green mode | Daniele Varrazzo | 2016-12-26 | 1 | -1/+1 |
| | |||||
* | Less verbose travis tests | Daniele Varrazzo | 2016-12-26 | 1 | -2/+2 |
| | |||||
* | Configure Travis to test replication | Daniele Varrazzo | 2016-12-25 | 1 | -2/+4 |
| | |||||
* | Don't use separate databases for tests | Daniele Varrazzo | 2016-12-24 | 1 | -12/+1 |
| | | | | | I got this wrong: I thought parallel test ran in the same VM; they are isolated instead. | ||||
* | Run the tests against all the available server versions | Daniele Varrazzo | 2016-12-24 | 1 | -0/+39 |