File tree Expand file tree Collapse file tree 1 file changed +22
-0
lines changed
Expand file tree Collapse file tree 1 file changed +22
-0
lines changed Original file line number Diff line number Diff line change @@ -25,6 +25,28 @@ branches:
2525dist :
2626 - xenial
2727
28+ # Commented out stanza for bionic 18.04. Currently testing on
29+ # xenial 16.04.
30+ # Consider move to this after 2.1.0 release. Python 3.4
31+ # is not supported on bionic and 3.4 is obsolete. Was retained
32+ # because 3.4 was EPEL version for centos 7. With centos demise,
33+ # remove it from 'python:' settings and test earliest still supported
34+ # release, last two production releases and nightly to cut down on cost
35+ # of testing.
36+ # dist:
37+ # - bionic
38+ #
39+ # python:
40+ # - 2.7
41+ # - 3.6
42+ # - 3.8
43+ # - 3.9-dev
44+ # - nightly
45+ #
46+ # services:
47+ # - mysql
48+ # - postgresql
49+
2850jobs :
2951 allow_failures : # nightly not ready for prime time yet.
3052 - python : nightly
You can’t perform that action at this time.
0 commit comments