Commit db0a9acf by Tom Christie

Add PYTHONPATH in travis config

parent 3c9fb042
...@@ -10,7 +10,8 @@ env: ...@@ -10,7 +10,8 @@ env:
- DJANGO=django==1.3.3 --use-mirrors - DJANGO=django==1.3.3 --use-mirrors
install: install:
- pip install $DJANGO - pip install $DJANGO
- export PYTHONPATH=.
script: script:
- python rest_framework/runtests/runtests.py - python rest_framework/runtests/runtests.py
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment