Commit ab87c5a8 by benjaoming

Adding Travis tests for Django 1.6

parent f1bad2dd
......@@ -6,6 +6,7 @@ python:
install:
- pip install -r .travis/requirements_1.4.txt
- pip install -r .travis/requirements_1.5.txt
- pip install -r .travis/requirements_1.6.txt
script:
- python -W error:"":"":0 testproject/manage.py test wiki --settings=testproject.settings.travis
-r requirements.txt
Django>=1.6,<1.7
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