mirror of
https://github.com/encode/django-rest-framework.git
synced 2025-02-16 19:41:06 +03:00
Conditional six installation (only for django 1.3.5) and install 3.2 compatible django-filter for python 3.2 test.
This commit is contained in:
parent
fccf1814f1
commit
c1e3b42fee
|
@ -14,7 +14,8 @@ env:
|
|||
install:
|
||||
- pip install $DJANGO
|
||||
- pip install django-filter==0.5.4 --use-mirrors
|
||||
- pip install six --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 [[ $DJANGO == 'django==1.3.5 --use-mirrors' ]] then pip install six --use-mirrors; fi"
|
||||
- export PYTHONPATH=.
|
||||
|
||||
script:
|
||||
|
|
Loading…
Reference in New Issue
Block a user