From db0a9acfd7aca21f4ec65c84e74db5034660e2ff Mon Sep 17 00:00:00 2001 From: Tom Christie Date: Thu, 11 Oct 2012 13:12:43 +0100 Subject: [PATCH] Add PYTHONPATH in travis config --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 2439bd787..0e177a95a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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