Skip to content

Commit

Permalink
fix: new make command test.test_requirements added
Browse files Browse the repository at this point in the history
  • Loading branch information
zubairshakoorarbisoft committed Sep 21, 2023
1 parent 7036d09 commit 59ea110
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .travis/run_tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ export DJANGO_SETTINGS_MODULE=notesserver.settings.test

cd /edx/app/edx_notes_api/edx_notes_api

make test
make test.test_requirements test

2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,8 @@ requirements:
test.requirements: requirements
pip install -q -r requirements/test.txt --exists-action=w

test.test_requirements: pip install -q -r requirements/test.txt --exists-action=w

develop: test.requirements

piptools: ## install pinned version of pip-compile and pip-sync
Expand Down

0 comments on commit 59ea110

Please sign in to comment.