Skip to content

Commit b5ec269

Browse files
committed
💚 fix travis build
1 parent fb4597b commit b5ec269

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

pyexcel-xlsxr.yml

+1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ version: "0.5.1"
55
current_version: "0.5.1"
66
release: "0.5.1"
77
file_type: xlsx
8+
nodocs: true
89
dependencies:
910
- lxml >= 3.4.4
1011
- pyexcel-io >= 0.5.4

test.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
pip freeze
2-
nosetests --with-coverage --cover-package pyexcel_xlsxr --cover-package tests tests --with-doctest --doctest-extension=.rst README.rst docs/source pyexcel_xlsxr && flake8 . --exclude=.moban.d,docs --builtins=unicode,xrange,long
2+
nosetests --with-coverage --cover-package pyexcel_xlsxr --cover-package tests tests --with-doctest --doctest-extension=.rst README.rst pyexcel_xlsxr && flake8 . --exclude=.moban.d,docs --builtins=unicode,xrange,long

0 commit comments

Comments
 (0)