We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9205d17 commit 316ff85Copy full SHA for 316ff85
README.md
@@ -54,6 +54,7 @@ pycast.methods.exponentialsmoothing
54
Requirements
55
============
56
* nose >= 1.2.1
57
+* coverage >= 3.5.3
58
59
License
60
=======
nose.cfg
@@ -2,7 +2,7 @@
2
verbosity=3
3
with-doctest=1
4
5
-include=tests
+include=pycast
6
with-coverage=1
7
8
cover-html=1
setup.py
@@ -11,6 +11,6 @@
11
license = "LICENSE.txt",
12
description = "A Python Forecasting and Smoothing Library",
13
long_description = open("README.txt").read(),
14
- install_requires = ["nose >= 1.2.1"]
+ install_requires = ["nose >= 1.2.1", "coverage >= 3.5.3"]
15
# "caldav == 0.1.4",
16
)
0 commit comments