mirror of
https://github.com/encode/django-rest-framework.git
synced 2025-07-27 00:19:53 +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:
|
||||
- pip install $DJANGO
|
||||
- pip install django-filter==0.5.4 --use-mirrors
|
||||
- pip install -r development.txt
|
||||
- export PYTHONPATH=.
|
||||
|
||||
script:
|
||||
|
|
Loading…
Reference in New Issue
Block a user