Skip to content

Commit

Permalink
Add Ubuntu 18.04 LTS as a target test platform for Travis CI
Browse files Browse the repository at this point in the history
This change adds Ubuntu 18.04 LTS (Bionic Beaver) as a target test
platform in the Travis CI configuration file. New test builds for
all unit, integration, functional, style, security, and doc checks
should now be built for Bionic during continuous integration runs.
  • Loading branch information
PeterHamilton committed Sep 16, 2019
1 parent 84ab77c commit 07aa86a
Showing 1 changed file with 75 additions and 0 deletions.
75 changes: 75 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@ matrix:
os: linux
dist: xenial
env: TOXENV=py27 RUN_INTEGRATION_TESTS=0
- python: 2.7
os: linux
dist: bionic
env: TOXENV=py27 RUN_INTEGRATION_TESTS=0
- python: 2.7
os: linux
dist: precise
Expand All @@ -26,6 +30,10 @@ matrix:
os: linux
dist: xenial
env: TOXENV=py27 RUN_INTEGRATION_TESTS=1
- python: 2.7
os: linux
dist: bionic
env: TOXENV=py27 RUN_INTEGRATION_TESTS=1
- python: 2.7
os: linux
dist: precise
Expand All @@ -38,6 +46,10 @@ matrix:
os: linux
dist: xenial
env: TOXENV=py27 RUN_INTEGRATION_TESTS=2
- python: 2.7
os: linux
dist: bionic
env: TOXENV=py27 RUN_INTEGRATION_TESTS=2
- python: 3.4
os: linux
dist: precise
Expand All @@ -50,6 +62,11 @@ matrix:
os: linux
dist: xenial
env: TOXENV=py34 RUN_INTEGRATION_TESTS=0
# As of 9/13/2019, Python 3.4 is not available on TravisCI Bionic images.
# - python: 3.4
# os: linux
# dist: bionic
# env: TOXENV=py34 RUN_INTEGRATION_TESTS=0
- python: 3.4
os: linux
dist: precise
Expand All @@ -62,6 +79,11 @@ matrix:
os: linux
dist: xenial
env: TOXENV=py34 RUN_INTEGRATION_TESTS=1
# As of 9/13/2019, Python 3.4 is not available on TravisCI Bionic images.
# - python: 3.4
# os: linux
# dist: bionic
# env: TOXENV=py34 RUN_INTEGRATION_TESTS=1
- python: 3.4
os: linux
dist: precise
Expand All @@ -74,6 +96,11 @@ matrix:
os: linux
dist: xenial
env: TOXENV=py34 RUN_INTEGRATION_TESTS=2
# As of 9/13/2019, Python 3.4 is not available on TravisCI Bionic images.
# - python: 3.4
# os: linux
# dist: bionic
# env: TOXENV=py34 RUN_INTEGRATION_TESTS=2
- python: 3.5
os: linux
dist: precise
Expand All @@ -86,6 +113,10 @@ matrix:
os: linux
dist: xenial
env: TOXENV=py35 RUN_INTEGRATION_TESTS=0
- python: 3.5
os: linux
dist: bionic
env: TOXENV=py35 RUN_INTEGRATION_TESTS=0
- python: 3.5
os: linux
dist: precise
Expand All @@ -98,6 +129,10 @@ matrix:
os: linux
dist: xenial
env: TOXENV=py35 RUN_INTEGRATION_TESTS=1
- python: 3.5
os: linux
dist: bionic
env: TOXENV=py35 RUN_INTEGRATION_TESTS=1
- python: 3.5
os: linux
dist: precise
Expand All @@ -110,6 +145,10 @@ matrix:
os: linux
dist: xenial
env: TOXENV=py35 RUN_INTEGRATION_TESTS=2
- python: 3.5
os: linux
dist: bionic
env: TOXENV=py35 RUN_INTEGRATION_TESTS=2
- python: 3.6
os: linux
dist: precise
Expand All @@ -122,6 +161,10 @@ matrix:
os: linux
dist: xenial
env: TOXENV=py36 RUN_INTEGRATION_TESTS=0
- python: 3.6
os: linux
dist: bionic
env: TOXENV=py36 RUN_INTEGRATION_TESTS=0
- python: 3.6
os: linux
dist: precise
Expand All @@ -134,6 +177,10 @@ matrix:
os: linux
dist: xenial
env: TOXENV=py36 RUN_INTEGRATION_TESTS=1
- python: 3.6
os: linux
dist: bionic
env: TOXENV=py36 RUN_INTEGRATION_TESTS=1
- python: 3.6
os: linux
dist: precise
Expand All @@ -146,6 +193,10 @@ matrix:
os: linux
dist: xenial
env: TOXENV=py36 RUN_INTEGRATION_TESTS=2
- python: 3.6
os: linux
dist: bionic
env: TOXENV=py36 RUN_INTEGRATION_TESTS=2
# - python: 3.7
# os: linux
# dist: precise
Expand All @@ -158,6 +209,10 @@ matrix:
os: linux
dist: xenial
env: TOXENV=py37 RUN_INTEGRATION_TESTS=0
- python: 3.7
os: linux
dist: bionic
env: TOXENV=py37 RUN_INTEGRATION_TESTS=0
# - python: 3.7
# os: linux
# dist: precise
Expand All @@ -170,6 +225,10 @@ matrix:
os: linux
dist: xenial
env: TOXENV=py36 RUN_INTEGRATION_TESTS=1
- python: 3.7
os: linux
dist: bionic
env: TOXENV=py36 RUN_INTEGRATION_TESTS=1
# - python: 3.7
# os: linux
# dist: precise
Expand All @@ -182,6 +241,10 @@ matrix:
os: linux
dist: xenial
env: TOXENV=py37 RUN_INTEGRATION_TESTS=2
- python: 3.7
os: linux
dist: bionic
env: TOXENV=py37 RUN_INTEGRATION_TESTS=2
- python: 2.7
os: linux
dist: precise
Expand All @@ -194,6 +257,10 @@ matrix:
os: linux
dist: xenial
env: TOXENV=pep8 RUN_INTEGRATION_TESTS=0
- python: 2.7
os: linux
dist: bionic
env: TOXENV=pep8 RUN_INTEGRATION_TESTS=0
- python: 2.7
os: linux
dist: precise
Expand All @@ -206,6 +273,10 @@ matrix:
os: linux
dist: xenial
env: TOXENV=bandit RUN_INTEGRATION_TESTS=0
- python: 2.7
os: linux
dist: bionic
env: TOXENV=bandit RUN_INTEGRATION_TESTS=0
- python: 2.7
os: linux
dist: precise
Expand All @@ -218,6 +289,10 @@ matrix:
os: linux
dist: xenial
env: TOXENV=docs RUN_INTEGRATION_TESTS=0
- python: 2.7
os: linux
dist: bionic
env: TOXENV=docs RUN_INTEGRATION_TESTS=0
install:
# Pin six to >= 1.11.0 to avoid setuptools/pip race condition
# For more info, see: https://github.com/OpenKMIP/PyKMIP/issues/435
Expand Down

0 comments on commit 07aa86a

Please sign in to comment.