mirror of
https://github.com/encode/django-rest-framework.git
synced 2025-07-27 08:29:59 +03:00
Travis will now install the development.txt requirements in order to run using django-discover-runner.
This commit is contained in:
parent
3470aa8996
commit
b76caa8623
|
@ -12,6 +12,7 @@ env:
|
||||||
install:
|
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
|
||||||
|
- pip install -r development.txt
|
||||||
- export PYTHONPATH=.
|
- export PYTHONPATH=.
|
||||||
|
|
||||||
script:
|
script:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user