Be consistent in setup.py

This commit is contained in:
Ian Cordasco 2016-02-19 18:59:48 -06:00
parent 8914ccd582
commit aa6766861e

View file

@ -23,7 +23,7 @@ except ImportError:
tests_require = ['pytest']
if mock is None:
tests_require += ['mock']
tests_require.append('mock')
requires = [