Skip to content

Commit 28546be

Browse files
committed
2 parents 6defbdb + 64e6d07 commit 28546be

File tree

2 files changed

+1
-22
lines changed

2 files changed

+1
-22
lines changed

.travis.yml

Lines changed: 0 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -18,30 +18,9 @@ python:
1818
- 3.6
1919

2020
stages:
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-
4524
jobs:
4625
include:
4726
- *moban

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
LICENSE = "New BSD"
3838
DESCRIPTION = (
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
)
4242
URL = "https://github.com/pyexcel-webwares/pyramid-excel"
4343
DOWNLOAD_URL = "%s/archive/0.0.5.tar.gz" % URL

0 commit comments

Comments
 (0)