File tree Expand file tree Collapse file tree 3 files changed +4
-5
lines changed Expand file tree Collapse file tree 3 files changed +4
-5
lines changed Original file line number Diff line number Diff line change 11With your PR, here is a check list:
22
3- - [ ] Has Test cases written
4- - [ ] Has all code lines tested
3+ - [ ] Has test cases written?
4+ - [ ] Has all code lines tested?
55- [ ] Has ` make format ` been run?
66- [ ] Please update CHANGELOG.yml(not CHANGELOG.rst)
77- [ ] Passes all Travis CI builds
88- [ ] Has fair amount of documentation if your change is complex
9- - [ ] run 'make format' so as to confirm the pyexcel organisation's coding style
10- - [ ] Please add yourself to 'contributors' section of pyramid-excel.yml (if not found, please use CONTRIBUTORS.rst)
119- [ ] Agree on NEW BSD License for your contribution
Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ stage: test
5050
5151before_install :
5252 - if [ -n "$PYRAMID_VERSION" ]; then
53- pip install pyramid==$PYRAMID_VERSION
53+ pip install pyramid==$PYRAMID_VERSION;
5454 fi
5555 - if [[ -f min_requirements.txt && "$MINREQ" -eq 1 ]]; then
5656 mv min_requirements.txt requirements.txt ;
Original file line number Diff line number Diff line change 11
2+
231 contributors
34================================================================================
45
You can’t perform that action at this time.
0 commit comments