changeset 252:13de6f87c323

add pytest in anticipation of future greatness
author Jeff Hammel <k0scist@gmail.com>
date Sat, 13 May 2017 18:32:14 -0700
parents b4a3e8bbe095
children 668b0e1f5ce0
files setup.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/setup.py	Fri Mar 31 18:16:36 2017 -0700
+++ b/setup.py	Sat May 13 18:32:14 2017 -0700
@@ -39,7 +39,7 @@
           'tempita >= 0.5.1',
           'webob',
       ],
-      tests_require=['tox'],
+      tests_require=['tox', 'pytest'],
       entry_points="""
       # -*- Entry points: -*-
       [console_scripts]