Skip to content

Commit

Permalink
Merge cee9fbc into b9b39ad
Browse files Browse the repository at this point in the history
  • Loading branch information
lubomir committed Aug 4, 2015
2 parents b9b39ad + cee9fbc commit 534bc00
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,14 @@ addons:
# any part of kobo that would actively use koji, se we just delete the
# offending import.
install:
- pip install -U pip wheel
- pip install -U pip wheel coveralls
- pip install -r requirements/devel.txt
- sed -i -E '/import (koji|rpm)/d' $(python -vc 'import kobo.rpmlib' 2>&1 | grep 'import kobo.rpmlib' | awk '{print$NF}' | sed 's/pyc$/py/')
script:
- make test
- coverage run --source=. --omit='*tests.py,*/migrations/*,pdc/settings*' manage.py test --settings pdc.settings_test
- make flake8
after_success:
coveralls
cache:
directories:
- $HOME/.cache/pip
Expand Down

0 comments on commit 534bc00

Please sign in to comment.