This repository has been archived by the owner on Jan 22, 2024. It is now read-only.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Resolve #32
Makefile
에requirements
를 추가했습니다.requirements.txt
등의 별도 파일이 필요한데 이를 생성하는 명령어입니다.pytest --cov-report xml
등이 없을 경우.travis.yml:after_success
의 codecov가 리포트를 인식하지 못합니다..travis.yml
의dist
형태를 변경했습니다.Value is not accepted. Valid values: "precise", "trusty", "xenial"
오류를 발생시킵니다.Makefile
,.travis.yml
에서 라인 수 뿐만 아니라 덩어리(section)가 몇 개인지도 테스트합니다.Pipfile
에 버전을 명시했습니다.Pipfile.lock
으로 관리하기엔 비용이 많이 들거라 예상되어Pipfile
에 명시해줬습니다.