Skip to content

Commit

Permalink
Fix Travis configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
treyhunner committed Apr 22, 2013
1 parent 9b1c9b4 commit f900428
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 @@ -15,7 +15,7 @@ install:
- pip install coverage $DJANGO --use-mirrors
- sh -c "if [ '$SOUTH' = '1' ]; then pip install South==0.7.6; fi"
- sh -c "if [ '$COVERALLS' != '0' ]; then pip install coveralls; fi"
- sh -c "if [ '$DJANGO' == 'https://github.com/django/django/tarball/master' ]; then pip install https://github.com/mbraak/django-webtest/tarball/django1.6; fi"
- sh -c "if [ '$DJANGO' = 'https://github.com/django/django/tarball/master' ]; then pip install https://github.com/mbraak/django-webtest/tarball/django1.6; fi"

script: coverage run -a --branch --include="simple_history/*" --omit="simple_history/tests/*" setup.py test

Expand Down

0 comments on commit f900428

Please sign in to comment.