aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
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