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

@ -11,6 +11,7 @@ env:
install: install:
- pip install $DJANGO - pip install $DJANGO
- export PYTHONPATH=.
script: script:
- python rest_framework/runtests/runtests.py - python rest_framework/runtests/runtests.py