Skip to content

Commit

Permalink
Add the installation of the python pexpect module to Travis config
Browse files Browse the repository at this point in the history
Signed-off-by: Jazel Canseco <jcanseco@google.com>
  • Loading branch information
jcanseco committed Apr 11, 2018
1 parent 1d2b3f8 commit 43fcf37
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ language: generic
install:
- sudo apt-get install -y python-pip
- sudo pip install pep8
- sudo pip install --user pexpect
script:
- ./scripts/check-helpers.sh
- find tools/ -type f -name "*.py" | xargs pep8 -r --show-source --ignore=E123,E125,E126,E127,E128,E302

0 comments on commit 43fcf37

Please sign in to comment.