mirror of
https://github.com/encode/django-rest-framework.git
synced 2024-11-22 09:36:49 +03:00
Add PYTHONPATH in travis config
This commit is contained in:
parent
3c9fb04299
commit
db0a9acfd7
|
@ -10,7 +10,8 @@ env:
|
|||
- DJANGO=django==1.3.3 --use-mirrors
|
||||
|
||||
install:
|
||||
- pip install $DJANGO
|
||||
- pip install $DJANGO
|
||||
- export PYTHONPATH=.
|
||||
|
||||
script:
|
||||
- python rest_framework/runtests/runtests.py
|
||||
|
|
Loading…
Reference in New Issue
Block a user