Mercurial > hg > MakeItSo
comparison setup.py @ 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 | 4a0bf841ebbf |
comparison
equal
deleted
inserted
replaced
251:b4a3e8bbe095 | 252:13de6f87c323 |
---|---|
37 install_requires=[ | 37 install_requires=[ |
38 # -*- Extra requirements: -*- | 38 # -*- Extra requirements: -*- |
39 'tempita >= 0.5.1', | 39 'tempita >= 0.5.1', |
40 'webob', | 40 'webob', |
41 ], | 41 ], |
42 tests_require=['tox'], | 42 tests_require=['tox', 'pytest'], |
43 entry_points=""" | 43 entry_points=""" |
44 # -*- Entry points: -*- | 44 # -*- Entry points: -*- |
45 [console_scripts] | 45 [console_scripts] |
46 makeitso = makeitso.makeitso:main | 46 makeitso = makeitso.makeitso:main |
47 make-python-package = makeitso.python:main | 47 make-python-package = makeitso.python:main |