From review (by Sybren Stüvel): use tox for py2/py3 tests

(and updated docs)
This commit is contained in:
Dalai Felinto
2016-12-02 10:56:19 +01:00
parent 750f325753
commit e8a7041c01
3 changed files with 16 additions and 4 deletions

View File

@@ -10,8 +10,7 @@ setup(
license='GNU General Public License v2 or later (GPLv2+)',
packages=find_packages('.', exclude=['tests']),
tests_require=[
'pytest>=2.9.1',
'pytest-cov>=2.2.1',
'tox>=2.5.0',
],
zip_safe=True,
)