Skip to content

Commit 22a4efb

Browse files
committed
Fix environment variable usage
1 parent 2023dc7 commit 22a4efb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@
1313
'pytest>=2.4',
1414
],
1515
extras_require={
16-
':python_version<"3.3"': ['mock'],
16+
':python_version=="2.6" or python_version=="2.7" or '
17+
'python_version=="3.2"': ['mock'],
1718
},
1819
url='https://github.com/pytest-dev/pytest-mock/',
1920
license='LGPL',

0 commit comments

Comments
 (0)