Skip to content

Commit a2d8b61

Browse files
committed
Seperate stable test dependencies from unstable
1 parent aff374e commit a2d8b61

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
@@ -13,7 +13,8 @@ env:
1313
- DJANGO="Django>=1.8a,<1.9"
1414

1515
install:
16-
- pip install --pre -U coverage coveralls $DJANGO
16+
- pip install -U coverage coveralls
17+
- pip install --pre -U $DJANGO
1718
- python -c 'from __future__ import print_function; import django; print("Django " + django.get_version())'
1819

1920
script: coverage run -a setup.py test

0 commit comments

Comments
 (0)