Skip to content

Commit 6560a4e

Browse files
committed
fixes travis config
1 parent 1be6a15 commit 6560a4e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.travis.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,9 @@ python:
1010

1111
install:
1212
- "pip install -e ."
13-
- "pip install pytest 'django<=1.4' --use-mirrors"
13+
- "pip install pytest --use-mirrors"
14+
- if [[ $TRAVIS_PYTHON_VERSION == '2.6' ]]; then travis_retry pip install django<=1.5; fi
15+
- if [[ $TRAVIS_PYTHON_VERSION != '2.6' ]]; then travis_retry pip install django>=1.6; fi
1416

1517

1618
branches:

0 commit comments

Comments
 (0)