We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6560a4e commit 9c1a2f3Copy full SHA for 9c1a2f3
.travis.yml
@@ -11,8 +11,8 @@ python:
11
install:
12
- "pip install -e ."
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
+ - if [[ $TRAVIS_PYTHON_VERSION == '2.6' ]]; then travis_retry pip install 'django<1.5'; fi
+ - if [[ $TRAVIS_PYTHON_VERSION != '2.6' ]]; then travis_retry pip install 'django>=1.6'; fi
16
17
18
branches:
0 commit comments