Skip to content

Commit

Permalink
Exclude south for migrations
Browse files Browse the repository at this point in the history
  • Loading branch information
vdboor committed Aug 7, 2016
1 parent 9114d11 commit 3db010b
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 @@ -13,7 +13,7 @@ before_install:
install:
- travis_retry pip install $DJANGO -e .
script:
- coverage run --source=fluentcms_cookielaw runtests.py
- coverage run --source=fluentcms_cookielaw --exclude='*/south_migrations/*' runtests.py
after_success:
- codecov
branches:
Expand Down

0 comments on commit 3db010b

Please sign in to comment.