From 950e3772454c5e35e357f035a9b69607f3bcba2e Mon Sep 17 00:00:00 2001 From: pyro2927 Date: Sun, 17 Feb 2019 22:40:49 -0800 Subject: [PATCH] Fixing up travis config --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 24db1bf..b18c94b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,8 +11,8 @@ before_script: - chmod +x ./cc-test-reporter - ./cc-test-reporter before-build script: - - pytest --cov=southwest --cov=checkin --cov=openflights - - pycodestyle *.py --show-source --ignore=E501 + - pytest --cov=southwest/ + - pycodestyle */*.py --show-source --ignore=E501 after_script: - coverage xml - ./cc-test-reporter after-build --exit-code $TRAVIS_TEST_RESULT \ No newline at end of file