Commit 9fa0856d by David Ormsbee

Make edx-tim install itself so that the XBlock registers.

parent 08371295
......@@ -2,8 +2,8 @@ language: python
python:
- "2.7"
install:
- "pip install -r requirements/base.txt --use-mirrors"
- "pip install -r requirements/test.txt --use-mirrors"
- "pip install -e ."
script:
- "python manage.py test"
- "python manage.py harvest"
......
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