File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11language : python
2+ cache : pip
23sudo : false
34python :
45 - " 2.7"
56 - " 3.5"
67 - " 3.6"
7-
88install :
99 - pip install .
1010 - pip install flake8
1111 - pip install coverage
1212 - pip install coveralls
13-
1413script :
1514 - flake8 jsoncsv tests --max-line-length=200
1615 - nosetests --cover-package=jsoncsv --with-coverage
1716 - python setup.py install
1817 - cat fixture/files/raw.0.json|jsoncsv -e > fixture/files/tmp.expand.0.json
18+ - cat fixture/files/raw.0.json|jsoncsv -e|jsoncsv -r|jsoncsv > fixture/files/tmp.expand.0.json
1919 - cat fixture/files/raw.2.json|jsoncsv|mkexcel -t xls > fixture/files/tmp.output.2.xls
2020 - cat fixture/files/raw.2.json|jsoncsv|mkexcel -t csv > fixture/files/tmp.output.2..csv
21-
2221after_success :
23- - coveralls
22+ - coveralls
23+ notifications :
24+ email : false
You can’t perform that action at this time.
0 commit comments