File tree Expand file tree Collapse file tree 1 file changed +12
-33
lines changed Expand file tree Collapse file tree 1 file changed +12
-33
lines changed Original file line number Diff line number Diff line change @@ -7,16 +7,6 @@ language: python
7
7
8
8
cache : pip
9
9
10
- python :
11
- - 2.7
12
- - 3.9-dev
13
- - 3.8
14
- - 3.7
15
- - 3.6
16
- - 3.4
17
- - nightly
18
-
19
-
20
10
# I would like to build and test the maint-1.6 and trunk/default
21
11
# but we need different environments for these:
22
12
# maint-1.6 only python 2, install only psycopg2 version with support for
@@ -27,29 +17,18 @@ branches:
27
17
# - maint-1.6
28
18
29
19
dist :
30
- - xenial
31
-
32
- # Commented out stanza for bionic 18.04. Currently testing on
33
- # xenial 16.04.
34
- # Consider move to this after 2.1.0 release. Python 3.4
35
- # is not supported on bionic and 3.4 is obsolete. Was retained
36
- # because 3.4 was EPEL version for centos 7. With centos demise,
37
- # remove it from 'python:' settings and test earliest still supported
38
- # release, last two production releases and nightly to cut down on cost
39
- # of testing.
40
- # dist:
41
- # - bionic
42
- #
43
- # python:
44
- # - 2.7
45
- # - 3.6
46
- # - 3.8
47
- # - 3.9-dev
48
- # - nightly
49
- #
50
- # services:
51
- # - mysql
52
- # - postgresql
20
+ - bionic
21
+
22
+ python :
23
+ - 2.7
24
+ - 3.9-dev
25
+ - 3.8
26
+ - 3.6
27
+ - nightly
28
+
29
+ services :
30
+ - mysql
31
+ - postgresql
53
32
54
33
jobs :
55
34
allow_failures : # nightly not ready for prime time yet.
You can’t perform that action at this time.
0 commit comments