Commit dd456420 by Xavier Ordoquy

Try a lighter alternative to install django-filter trunk

parent 510d6a3c
......@@ -14,7 +14,7 @@ env:
install:
- pip install $DJANGO
- pip install django-filter==0.5.4 --use-mirrors
- "if [[ $TRAVIS_PYTHON_VERSION == '3.2' ]]; then pip install --upgrade -e git+https://github.com/alex/django-filter.git#egg=django-filter; fi"
- "if [[ $TRAVIS_PYTHON_VERSION == '3.2' ]]; then pip install --upgrade https://github.com/alex/django-filter/tarball/master; fi"
- "if [[ $DJANGO == 'django==1.3.5 --use-mirrors' ]]; then pip install six --use-mirrors; fi"
- export PYTHONPATH=.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment