Skip to content

Commit 316ff85

Browse files
committed
- added coverage to requirements
1 parent 9205d17 commit 316ff85

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ pycast.methods.exponentialsmoothing
5454
Requirements
5555
============
5656
* nose >= 1.2.1
57+
* coverage >= 3.5.3
5758

5859
License
5960
=======

nose.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
verbosity=3
33
with-doctest=1
44

5-
include=tests
5+
include=pycast
66
with-coverage=1
77

88
cover-html=1

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@
1111
license = "LICENSE.txt",
1212
description = "A Python Forecasting and Smoothing Library",
1313
long_description = open("README.txt").read(),
14-
install_requires = ["nose >= 1.2.1"]
14+
install_requires = ["nose >= 1.2.1", "coverage >= 3.5.3"]
1515
# "caldav == 0.1.4",
1616
)

0 commit comments

Comments
 (0)