Skip to content

Commit

Permalink
Merge pull request #174 from f5devcentral/fix-travis
Browse files Browse the repository at this point in the history
Updating CI so focal distro images is used with python 2.7, 3.6, and 3.7
  • Loading branch information
jswongF5 committed Apr 12, 2022
2 parents bca32fa + 4e77d4d commit 879f976
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
sudo: required
dist: focal
dist: bionic
services:
- docker
env:
Expand All @@ -12,6 +12,8 @@ env:

language: python
python:
- "2.7"
- "3.6"
- "3.7"

before_install:
Expand Down Expand Up @@ -50,3 +52,4 @@ deploy:
repo: f5devcentral/f5-sphinx-theme
tags: true
condition: $TRAVIS_TAG =~ ^v[0-9]+\.[0-9]+\.[0-9]*|^.*-stable$|master
python: '3.7'

0 comments on commit 879f976

Please sign in to comment.