Commit e046636d by Feanil Patel Committed by GitHub

Merge pull request #151 from edx/feanil/correct_travis_requirements

The travis target should install the test requirements as well as the…
parents d9a771da c4ce0286
......@@ -66,7 +66,8 @@ loaddata: migrate
demo: clean requirements loaddata
python manage.py set_api_key edx edx
travis: clean requirements migrate
# Target used by edx-analytics-dashboard during its testing.
travis: clean test.requirements migrate
python manage.py set_api_key edx edx
python manage.py loaddata problem_response_answer_distribution --database=analytics
python manage.py generate_fake_course_data --num-weeks=1
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