From 80180b736d00d3f12a1413eb0861efa24853d2e0 Mon Sep 17 00:00:00 2001 From: Jake Hunsaker Date: Tue, 14 Apr 2020 12:05:08 -0400 Subject: [travis] Update 18.04 native run to install pexpect Adds pexpect to the 18.04 native run installation step. For now, leaving it out of the 16.04 run. Signed-off-by: Jake Hunsaker --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index 4b253633..901ff716 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,7 +4,7 @@ jobs: os: linux dist: bionic language: shell - install: sudo apt-get update; sudo apt install pycodestyle; + install: sudo apt-get update; sudo apt install pycodestyle python3-pexpect; script: - "pycodestyle sos" - "sudo ./tests/simple.sh" -- cgit