Commit 3d613edb by Tyler Hallada Committed by GitHub

Generate 2 weeks in Travis to avoid Mon off-by-one (#164)

parent 96047d8f
...@@ -70,4 +70,4 @@ demo: clean requirements loaddata ...@@ -70,4 +70,4 @@ demo: clean requirements loaddata
travis: clean test.requirements migrate travis: clean test.requirements migrate
python manage.py set_api_key edx edx python manage.py set_api_key edx edx
python manage.py loaddata problem_response_answer_distribution --database=analytics python manage.py loaddata problem_response_answer_distribution --database=analytics
python manage.py generate_fake_course_data --num-weeks=1 --no-videos --course-id "edX/DemoX/Demo_Course" python manage.py generate_fake_course_data --num-weeks=2 --no-videos --course-id "edX/DemoX/Demo_Course"
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