diff options
| author | Tom Christie | 2012-10-11 13:12:43 +0100 |
|---|---|---|
| committer | Tom Christie | 2012-10-11 13:12:43 +0100 |
| commit | db0a9acfd7aca21f4ec65c84e74db5034660e2ff (patch) | |
| tree | 7052e0e9c3a920cf33abda9882017192dfee5c75 | |
| parent | 3c9fb0429973282e59e0ae8d4d0fb38ac56f495f (diff) | |
| download | django-rest-framework-db0a9acfd7aca21f4ec65c84e74db5034660e2ff.tar.bz2 | |
Add PYTHONPATH in travis config
| -rw-r--r-- | .travis.yml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 2439bd78..0e177a95 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 |
