Commit 9fa0856d by David Ormsbee

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

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