adding selenium to test requirements

Madicken Munk 8 years ago
parent 2dd46b16c9
commit f2499f3713

@ -97,7 +97,7 @@ for more information.
':python_version == "2.7"': ['ipaddress'],
'test:python_version == "2.7"': ['mock'],
'test': ['nose', 'coverage', 'requests', 'nose_warnings_filters',
'nbval', 'nose-exclude'],
'nbval', 'nose-exclude', 'selenium'],
'test:sys_platform == "win32"': ['nose-exclude'],
},
entry_points = {

Loading…
Cancel
Save