Skip to content

Commit 74bd99b

Browse files
author
Carl Crowder
committed
Including coverage in test dependencies
1 parent 69e223c commit 74bd99b

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
@@ -22,7 +22,7 @@
2222
],
2323
extras_require={
2424
'with_django': ['Django'],
25-
'for_tests': ['django_tables2', 'factory-boy'],
25+
'for_tests': ['django_tables2', 'factory-boy', 'coverage'],
2626
},
2727
license='GPLv2',
2828
classifiers=[

0 commit comments

Comments
 (0)