Skip to content
This repository has been archived by the owner on Sep 12, 2022. It is now read-only.

Commit

Permalink
Do not run prospector against local.py
Browse files Browse the repository at this point in the history
  • Loading branch information
cdosborn committed Sep 10, 2018
1 parent 4944f63 commit cbfa908
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
- patch variables.ini variables_for_testing_${DISTRIBUTION}.ini.patch
- ./configure
- pip-sync dev_requirements.txt
- prospector --profile prospector_profile.yaml --messages-only
- prospector --profile prospector_profile.yaml --messages-only $(git ls-files | grep '\.py$')
- coverage run manage.py test --keepdb --noinput --settings=atmosphere.settings
- coverage run --append manage.py behave --keepdb --tags ~@skip-if-${DISTRIBUTION} --settings=atmosphere.settings --format rerun --outfile rerun_failing.features
- if [ -f "rerun_failing.features" ]; then python manage.py behave --logging-level DEBUG --capture-stderr --capture --verbosity 3 --keepdb @rerun_failing.features; fi
Expand Down

0 comments on commit cbfa908

Please sign in to comment.