Use py.test as the test runner
Signed-off-by: Daniel Nephin <dnephin@gmail.com>
This commit is contained in:
parent
6ac617bae1
commit
c1ed1efde8
3 changed files with 20 additions and 20 deletions
5
setup.py
5
setup.py
|
|
@ -41,13 +41,10 @@ install_requires = [
|
|||
|
||||
|
||||
tests_require = [
|
||||
'nose',
|
||||
'flake8',
|
||||
'pytest',
|
||||
]
|
||||
|
||||
|
||||
if sys.version_info < (2, 7):
|
||||
tests_require.append('unittest2')
|
||||
if sys.version_info[:1] < (3,):
|
||||
tests_require.append('mock >= 1.0.1')
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue