Skip to content

Commit

Permalink
Allow Django prereleases on travis
Browse files Browse the repository at this point in the history
  • Loading branch information
macro1 committed Nov 9, 2015
1 parent e923525 commit 36cadc7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ env:
- DJANGO="Django>=1.9a,<1.10"

install:
- pip install -U 'coverage<4' codecov $DJANGO
- pip install -U 'coverage<4' codecov
- pip install -U --pre $DJANGO
- python -c 'from __future__ import print_function; import django; print("Django " + django.get_version())'

script: coverage run setup.py test
Expand Down

0 comments on commit 36cadc7

Please sign in to comment.