Skip to content

Commit 9c1a2f3

Browse files
committed
fixes travis config
1 parent 6560a4e commit 9c1a2f3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ python:
1111
install:
1212
- "pip install -e ."
1313
- "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
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
1616

1717

1818
branches:

0 commit comments

Comments
 (0)