From b7dcb2ccc5478c00bc62e9558fc4f997c3b1a154 Mon Sep 17 00:00:00 2001 From: FreneticScribbler Date: Fri, 21 Feb 2020 12:26:23 +0000 Subject: [PATCH] Whoops, helps if one installs pycodestyle... --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 7195332a..4eca0630 100644 --- a/.travis.yml +++ b/.travis.yml @@ -12,7 +12,7 @@ install: - export PATH=$PATH:$(pwd) - chmod +x chromedriver - pip install -r requirements.txt - - pip install coveralls codeclimate-test-reporter pep8 + - pip install coveralls codeclimate-test-reporter pycodestyle before_script: - export PATH=$PATH:/usr/lib/chromium-browser/