mirror of
https://github.com/psycopg/psycopg2.git
synced 2024-11-13 04:26:33 +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
|
# Travis CI configuration file for psycopg2
|
||||||
|
|
||||||
dist: xenial
|
|
||||||
sudo: required
|
|
||||||
language: python
|
language: python
|
||||||
|
|
||||||
matrix:
|
matrix:
|
||||||
|
@ -11,7 +9,6 @@ matrix:
|
||||||
- python: 3.6
|
- python: 3.6
|
||||||
- python: 3.5
|
- python: 3.5
|
||||||
- python: 3.4
|
- python: 3.4
|
||||||
dist: trusty
|
|
||||||
|
|
||||||
install:
|
install:
|
||||||
- pip install -U pip setuptools wheel
|
- pip install -U pip setuptools wheel
|
||||||
|
|
Loading…
Reference in New Issue
Block a user