Skip to content

Commit

Permalink
update coverage command
Browse files Browse the repository at this point in the history
  • Loading branch information
chfw committed Nov 20, 2014
1 parent 707b0d1 commit f9cf3cd
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ install:
script:
nosetests --rednose --with-cov --with-doctest --doctest-extension=.rst
after_success:
codecov
coveralls
9 changes: 7 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
"""
pyexcel-tabulate
pyexcel-text
~~~~~~~~~~~~~~
textual plugin for pyexcel
Expand All @@ -20,14 +20,16 @@
author="C. W.",
version='0.0.1',
author_email="wangc_2011@hotmail.com",
url="https://github.com/chfw/pyexcel-text",
packages=find_packages(exclude=['ez_setup', 'examples', 'tests']),
include_package_data=True,
dependencies=[
'pyexcel>=0.0.8',
'tabulate'
],
description="It is a plugin to pyexcel and provides the capbility to present and write data in text fromats",
long_description=__doc__,
long_description=README_txt,
tests_require=['nose'],
zip_safe=False,
classifiers=[
'Development Status :: 3 - Alpha',
Expand All @@ -39,5 +41,8 @@
'Intended Audience :: Developers',
'Programming Language :: Python :: 2.6',
'Programming Language :: Python :: 2.7'
'Programming Language :: Python :: 3.3'
'Programming Language :: Python :: 3.4'
'Programming Language :: Python :: Implementation :: PyPy'
]
)

0 comments on commit f9cf3cd

Please sign in to comment.