Skip to content

Commit

Permalink
Updating the makefile.
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaelcaricio committed Jul 30, 2011
1 parent c2dc8b4 commit b9d0b27
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Expand Up @@ -7,10 +7,10 @@ run:
@cd myimgat/ && python manage.py runserver

update_deps: update_test_deps
@pip freeze | grep -v "git-remote-helpers" | grep -v "^nose" | grep -v "argparse" | grep -v "rdflib" | grep -v "termcolor" | grep -v "lxml" | grep -v "selenium" | grep -v "splinter" | grep -v "coverage" | grep -v "distribute" > ${REQ_PATH}
@pip freeze | grep -v "git-remote-helpers" | grep -v "^nose" | grep -v "rdflib" | grep -v "termcolor" | grep -v "lxml" | grep -v "selenium" | grep -v "splinter" | grep -v "coverage" | grep -v "distribute" > ${REQ_PATH}

update_test_deps:
@pip freeze | grep -v "git-remote-helpers" | grep -v "argparse" > ${TESTS_REQ_PATH}
@pip freeze | grep -v "git-remote-helpers" > ${TESTS_REQ_PATH}

setup_dev:
@pip install -r ${TESTS_REQ_PATH}
Expand Down

0 comments on commit b9d0b27

Please sign in to comment.