Skip to content

Commit a442edc

Browse files
author
Leopoldo
committed
Makefile to allow you to perform the same tests travis does
1 parent a50108f commit a442edc

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ help:
2828
@echo
2929
@echo "Local:"
3030
@echo " api To get a shell of network_app container"
31-
@echo " db To get a shell of network_db container"
31+
@echo " db To get a shell of network_db container"
3232
@echo " start to run project through docker compose"
3333
@echo " stop to stop all containers from docker composition"
3434
@echo " logs to follow logs on application container"
@@ -50,7 +50,7 @@ help:
5050
@echo " publish to publish the package to PyPI"
5151
@echo " push_img to push image to docker hub"
5252
@echo " test_ci Used by Travis CI to run tests on django applications. The app name must be provided. Ex. ''make test_ci app=networkapi/api_environment'"
53-
@echo " test_ci_travis to localy run the same Travis CI tests"
53+
@echo " test_ci_travis To locally run the same Travis CI tests"
5454
@echo
5555

5656

0 commit comments

Comments
 (0)