mirror of
https://github.com/encode/django-rest-framework.git
synced 2024-11-23 01:57:00 +03:00
Typo in the travis.yml.
This commit is contained in:
parent
c1e3b42fee
commit
22a7dc27d8
|
@ -15,7 +15,7 @@ install:
|
||||||
- pip install $DJANGO
|
- pip install $DJANGO
|
||||||
- pip install django-filter==0.5.4 --use-mirrors
|
- 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 -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"
|
- "if [[ $DJANGO == 'django==1.3.5 --use-mirrors' ]]; then pip install six --use-mirrors; fi"
|
||||||
- export PYTHONPATH=.
|
- export PYTHONPATH=.
|
||||||
|
|
||||||
script:
|
script:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user