File tree Expand file tree Collapse file tree 2 files changed +1
-22
lines changed Expand file tree Collapse file tree 2 files changed +1
-22
lines changed Original file line number Diff line number Diff line change @@ -18,30 +18,9 @@ python:
1818 - 3.6
1919
2020stages :
21- - lint
22- - moban
2321 - test
2422
2523
26- .lint : &lint
27- git :
28- submodules : false
29- python : 3.6
30- env :
31- - MINREQ=0
32- stage : lint
33- script : make lint
34-
35- .moban : &moban
36- python : 3.6
37- env :
38- - MINREQ=0
39- stage : moban
40- install : pip install moban gitfs2 pypifs moban-jinja2-github moban-ansible
41- script :
42- - moban
43- - git diff --exit-code
44-
4524jobs :
4625 include :
4726 - *moban
Original file line number Diff line number Diff line change 3737LICENSE = "New BSD"
3838DESCRIPTION = (
3939 "A pyramid extension that provides one application programming" +
40- "interface to read and write data in different excel file formats"
40+ "interface to read and write data in different excel file formats "
4141)
4242URL = "https://github.com/pyexcel-webwares/pyramid-excel"
4343DOWNLOAD_URL = "%s/archive/0.0.5.tar.gz" % URL
You can’t perform that action at this time.
0 commit comments