Mercurial > p > roundup > code
diff .travis.yml @ 6449:335c826cc089
Setup for moving to use bionic 18.04 ubuntu from 16.04
setup is commented out. For use post 2.1.0 release.
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Mon, 28 Jun 2021 00:16:42 -0400 |
| parents | e9760702bf0c |
| children | 8f1b91756457 |
line wrap: on
line diff
--- a/.travis.yml Sat Jun 26 22:58:56 2021 -0400 +++ b/.travis.yml Mon Jun 28 00:16:42 2021 -0400 @@ -25,6 +25,28 @@ dist: - xenial +# Commented out stanza for bionic 18.04. Currently testing on +# xenial 16.04. +# Consider move to this after 2.1.0 release. Python 3.4 +# is not supported on bionic and 3.4 is obsolete. Was retained +# because 3.4 was EPEL version for centos 7. With centos demise, +# remove it from 'python:' settings and test earliest still supported +# release, last two production releases and nightly to cut down on cost +# of testing. +# dist: +# - bionic +# +# python: +# - 2.7 +# - 3.6 +# - 3.8 +# - 3.9-dev +# - nightly +# +# services: +# - mysql +# - postgresql + jobs: allow_failures: # nightly not ready for prime time yet. - python: nightly
