Skip to content

Commit

Permalink
travis: avoid accidental Django upgrades
Browse files Browse the repository at this point in the history
  • Loading branch information
vdboor committed Jun 17, 2016
1 parent 762a490 commit ad57b04
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,7 @@ matrix:
before_install:
- pip install codecov
install:
- travis_retry pip install $DJANGO
- pip install -e .
- travis_retry pip install $DJANGO -e .
script:
- coverage run --source=example/article,parler runtests.py
after_success:
Expand Down

0 comments on commit ad57b04

Please sign in to comment.