Skip to content
This repository was archived by the owner on May 1, 2024. It is now read-only.

Commit c4ce028

Browse files
committed
The travis target should install the test requirements as well as the production ones.
1 parent d1bcc5b commit c4ce028

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,8 @@ loaddata: migrate
6666
demo: clean requirements loaddata
6767
python manage.py set_api_key edx edx
6868

69-
travis: clean requirements migrate
69+
# Target used by edx-analytics-dashboard during its testing.
70+
travis: clean test.requirements migrate
7071
python manage.py set_api_key edx edx
7172
python manage.py loaddata problem_response_answer_distribution --database=analytics
7273
python manage.py generate_fake_course_data --num-weeks=1

0 commit comments

Comments
 (0)