Skip to content

Commit f941c90

Browse files
committed
Allow Django prereleases on travis
1 parent 47d3496 commit f941c90

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@ env:
1515
- DJANGO="Django>=1.9a,<1.10"
1616

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

2122
script: coverage run setup.py test

0 commit comments

Comments
 (0)