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
|
- chmod +x ./cc-test-reporter
|
||||||
- ./cc-test-reporter before-build
|
- ./cc-test-reporter before-build
|
||||||
script:
|
script:
|
||||||
- pytest --cov=southwest --cov=checkin --cov=openflights
|
- pytest --cov=southwest/
|
||||||
- pycodestyle *.py --show-source --ignore=E501
|
- pycodestyle */*.py --show-source --ignore=E501
|
||||||
after_script:
|
after_script:
|
||||||
- coverage xml
|
- coverage xml
|
||||||
- ./cc-test-reporter after-build --exit-code $TRAVIS_TEST_RESULT
|
- ./cc-test-reporter after-build --exit-code $TRAVIS_TEST_RESULT
|
||||||
Reference in New Issue
Block a user