Commit 806bb728 by Ben Konrath

Use requirements.txt in Travis 'install'.

parent 9f1aca6a
...@@ -11,6 +11,7 @@ env: ...@@ -11,6 +11,7 @@ env:
install: install:
- pip install $DJANGO - pip install $DJANGO
- pip install -r requirements.txt --use-mirrors
- export PYTHONPATH=. - export PYTHONPATH=.
script: script:
......
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