Skip to content

Commit 12994e5

Browse files
committed
Setup for moving to use bionic 18.04 ubuntu from 16.04
setup is commented out. For use post 2.1.0 release.
1 parent 07bf8b9 commit 12994e5

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

.travis.yml

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,28 @@ branches:
2525
dist:
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+
2850
jobs:
2951
allow_failures: # nightly not ready for prime time yet.
3052
- python: nightly

0 commit comments

Comments
 (0)