changeset 106:1f84c6def8bd

pave way for pytest
author Jeff Hammel <k0scist@gmail.com>
date Fri, 31 Mar 2017 16:38:02 -0700
parents 70f5be036103
children 450aff4c97e3
files setup.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/setup.py	Thu Mar 30 19:43:19 2017 -0700
+++ b/setup.py	Fri Mar 31 16:38:02 2017 -0700
@@ -31,7 +31,7 @@
           'PyRSS2Gen',
          ],
       dependency_links=['http://www.dalkescientific.com/Python/PyRSS2Gen-1.0.0.tar.gz#egg=PyRSS2Gen'],
-      tests_require=['tox'],
+      tests_require=['tox', 'pytest'],
       entry_points="""
       [console_scripts]
       create-decoupage-index = decoupage.create_index:main