Skip to content

Commit f2499f3

Browse files
committed
adding selenium to test requirements
1 parent 2dd46b1 commit f2499f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@
9797
':python_version == "2.7"': ['ipaddress'],
9898
'test:python_version == "2.7"': ['mock'],
9999
'test': ['nose', 'coverage', 'requests', 'nose_warnings_filters',
100-
'nbval', 'nose-exclude'],
100+
'nbval', 'nose-exclude', 'selenium'],
101101
'test:sys_platform == "win32"': ['nose-exclude'],
102102
},
103103
entry_points = {

0 commit comments

Comments
 (0)