mirror of
https://github.com/psycopg/psycopg2.git
synced 2024-11-10 19:16:34 +03:00
Test Python 3.4 on xenial
Trusty is no more required, and PG 12 is not available there.
This commit is contained in:
parent
214a8efe64
commit
38a411dc07
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user