aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorBryan Quigley <code@bryanquigley.com>2020-08-11 17:05:37 -0700
committerJake Hunsaker <jhunsake@redhat.com>2020-08-13 10:14:16 -0400
commita80825dbb9e28306d9d2dac8114f00f03cce0c9a (patch)
treefe41aa8d78fdc91e6b058fe070ecac4556d63182 /.travis.yml
parent1ec1bcc94f7e51fd934d851c215e6fddeb3102ad (diff)
downloadsos-a80825dbb9e28306d9d2dac8114f00f03cce0c9a.tar.gz
[travis,style] Upgrade to 20.04 and cover more in tests
Signed-off-by: Bryan Quigley <code@bryanquigley.com> Signed-off-by: Jake Hunsaker <jhunsake@redhat.com>
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml12
1 files changed, 9 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml
index fb0a538e..bf225c93 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,13 +1,19 @@
jobs:
include:
- - name: "18.04 pycodestyle and native run (py3.6)"
+ - name: "20.04 pycodestyle and native run (py3.8)"
os: linux
- dist: bionic
+ dist: focal
language: shell
install: sudo apt-get update; sudo apt install pycodestyle python3-pexpect;
script:
- - "pycodestyle sos"
+ - "pycodestyle sos tests bin/*"
- "sudo ./tests/simple.sh"
+ - name: "18.04 pycodestyle and native run (py3.6)"
+ os: linux
+ dist: bionic
+ language: shell
+ install: sudo apt-get update; sudo apt install pycodestyle python3-pexpect;
+ script: "sudo ./tests/simple.sh"
- name: "18.04 native run for arm64"
os: linux
dist: bionic