synchronize with pyexcel-commons

This commit is contained in:
chfw 2016-05-10 09:09:31 +01:00
parent 07cff73482
commit e45017021c
7 changed files with 12 additions and 9 deletions

View File

@ -13,3 +13,5 @@ targets:
- LICENSE: LICENSE.jj2
- MANIFEST.in: MANIFEST.in.jj2
- "tests/requirements.txt": "tests/requirements.txt"
- test.sh: test.sh.jj2
- test.bat: test.sh.jj2

View File

@ -19,4 +19,4 @@ before_install:
script:
make test
after_success:
codecov
codecov

View File

@ -13,7 +13,7 @@ pyexcel-xls - Let you focus on data, instead of xls format
Known constraints
==================
Fonts, colors and charts are not supported.
Fonts, colors and charts are not supported.
Installation
================================================================================
@ -253,7 +253,6 @@ On Windows systems, please issue this command::
> test.bat
Known Issues
=============
@ -265,4 +264,4 @@ Known Issues
>>> import os
>>> os.unlink("your_file.xls")
>>> os.unlink("another_file.xls")
>>> os.unlink("another_file.xls")

View File

@ -248,4 +248,4 @@ texinfo_documents = [
#texinfo_show_urls = 'footnote'
# If true, do not generate a @detailmenu in the "Top" node's menu.
#texinfo_no_detailmenu = False
#texinfo_no_detailmenu = False

View File

@ -27,7 +27,8 @@ INSTALL_REQUIRES = [
'xlwt-future',
]
EXTRAS_REQUIRE = {}
EXTRAS_REQUIRE = {
}
CLASSIFIERS = [
'Topic :: Office/Business',
@ -77,4 +78,4 @@ if __name__ == '__main__':
tests_require=['nose'],
license=LICENSE,
classifiers=CLASSIFIERS
)
)

View File

@ -1 +1,2 @@
nosetests --with-cov --cov pyexcel_xls --cov tests --with-doctest --doctest-extension=.rst tests README.rst
pip freeze
nosetests --with-cov --cov pyexcel_xls --cov tests --with-doctest --doctest-extension=.rst tests README.rst pyexcel_xls

View File

@ -1,2 +1,2 @@
pip freeze
nosetests --with-cov --cov pyexcel_xls --cov tests --with-doctest --doctest-extension=.rst tests README.rst
nosetests --with-cov --cov pyexcel_xls --cov tests --with-doctest --doctest-extension=.rst tests README.rst pyexcel_xls