Skip to content

Commit 537a553

Browse files
committed
update pyexcel-io version
1 parent 3fccbc9 commit 537a553

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

README.rst

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -201,12 +201,11 @@ Dependencies
201201
============
202202

203203
1. openpyxl
204-
2. pyexcel-io >= 0.0.3
204+
2. pyexcel-io >= 0.0.4
205205

206206
.. testcode::
207207
:hide:
208208

209209
>>> import os
210210
>>> os.unlink("your_file.xlsx")
211211
>>> os.unlink("another_file.xlsx")
212-

test.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
nosetests --with-cov --cov pyexcel_xlsx --cov tests --with-doctest --doctest-extension=.rst tests README.rst
1+
nosetests --with-doctest --doctest-extension=.rst tests README.rst

0 commit comments

Comments
 (0)