We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3fccbc9 commit 537a553Copy full SHA for 537a553
README.rst
@@ -201,12 +201,11 @@ Dependencies
201
============
202
203
1. openpyxl
204
-2. pyexcel-io >= 0.0.3
+2. pyexcel-io >= 0.0.4
205
206
.. testcode::
207
:hide:
208
209
>>> import os
210
>>> os.unlink("your_file.xlsx")
211
>>> os.unlink("another_file.xlsx")
212
-
test.bat
@@ -1 +1 @@
1
-nosetests --with-cov --cov pyexcel_xlsx --cov tests --with-doctest --doctest-extension=.rst tests README.rst
+nosetests --with-doctest --doctest-extension=.rst tests README.rst
0 commit comments