banksalad / python

🍪 🐍 Use this template if you love Python

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Makefile 업데이트

winterjung opened this issue · comments

  • pipenv를 사용할 때 pipenv install이 아닌 pipenv sync를 사용해야합니다.
    • 혹은 pipenv install -r requirements.txt 처럼 사용해야합니다.
    • pipenv sync를 사용하기 위해 Pipfile.lock도 프로젝트에 포함해야합니다.
  • make requirements 추가
    • pipenv를 사용하는 메인테이너가 사용하지 않는 컨트리뷰터와의 협업을 위해 requirements.txt를 export할 수 있는 기능입니다.
  • travis + codecov 연계 강화
    • make coverage에 xml 추가
    • .travis.ymlafter_successmake coverage 하는 부분 추가
      • 그러지 않을 경우 codecov에서 커버리지 리포트를 인식하지 못함