diff options
| author | Ben Konrath | 2012-11-01 20:11:15 +0100 |
|---|---|---|
| committer | Ben Konrath | 2012-11-01 20:11:15 +0100 |
| commit | 806bb728bf64f0b610418720cce4efe410c59135 (patch) | |
| tree | 67fda5ac839632b409123803037ef5924d4fb91c | |
| parent | 9f1aca6a258ed231f2719df14aece541f00243ed (diff) | |
| download | django-rest-framework-806bb728bf64f0b610418720cce4efe410c59135.tar.bz2 | |
Use requirements.txt in Travis 'install'.
| -rw-r--r-- | .travis.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 0e177a95..fa8693a0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,6 +11,7 @@ env: install: - pip install $DJANGO + - pip install -r requirements.txt --use-mirrors - export PYTHONPATH=. script: |
