diff setup.py @ 106:1f84c6def8bd

pave way for pytest
author Jeff Hammel <k0scist@gmail.com>
date Fri, 31 Mar 2017 16:38:02 -0700
parents ae8df6457f05
children 1a8a977e7d5d
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