mirror of
https://github.com/pyro2927/SouthwestCheckin.git
synced 2025-12-06 01:13:19 +00:00
Fixing up travis config
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user