File tree Expand file tree Collapse file tree 2 files changed +10
-8
lines changed
Expand file tree Collapse file tree 2 files changed +10
-8
lines changed Original file line number Diff line number Diff line change @@ -249,18 +249,21 @@ macOS 기준 pyenv 설치 권장
249249
250250 # pyenv 준비
251251 brew install pyenv
252- pyenv install 2.7.12 3.4.5 3.5.2 pypy-5.6.0
253- pyenv local 2.7.12 3.4.5 3.5.2 pypy-5.6.0
252+ pyenv install -s 2.7.13
253+ pyenv install -s 3.4.7
254+ pyenv install -s 3.5.4
255+ pyenv install -s 3.6.2
256+ pyenv install -s pypy-5.7.1
257+ pyenv local 2.7.13 3.4.7 3.5.4 3.6.2 pypy-5.7.1
258+ pip install pytest pytest-cov collective.checkdocs Pygments tox-pyenv
259+
254260 # tox
255- pip install tox-pyenv detox
256- detox
261+ tox
257262
258263 # 커버리지 확인
259- pip install pytest-cov
260264 python -m pytest tests/ --cov=./
261265
262266 # 문서 확인
263- pip install collective.checkdocs Pygments
264267 python setup.py checkdocs
265268
266269기여
Original file line number Diff line number Diff line change 88 flake8
99 collective.checkdocs
1010 Pygments
11- codecov
11+ coverage
1212commands =
1313 flake8 .
1414 python setup.py checkdocs
1515 coverage run setup.py test
16- codecov
You can’t perform that action at this time.
0 commit comments