Test Python 3.4 on xenial

Trusty is no more required, and PG 12 is not available there.
This commit is contained in:
Daniele Varrazzo 2019-10-19 15:50:57 +02:00
parent 214a8efe64
commit 38a411dc07

View File

@ -1,7 +1,5 @@
# Travis CI configuration file for psycopg2
dist: xenial
sudo: required
language: python
matrix:
@ -11,7 +9,6 @@ matrix:
- python: 3.6
- python: 3.5
- python: 3.4
dist: trusty
install:
- pip install -U pip setuptools wheel