1
0
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:
pyro2927
2019-02-17 22:40:49 -08:00
parent 9859189150
commit 950e377245

View File

@@ -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