Add PYTHONPATH in travis config

This commit is contained in:
Tom Christie 2012-10-11 13:12:43 +01:00
parent 3c9fb04299
commit db0a9acfd7

View File

@ -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