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