added coverage resolves #26

This commit is contained in:
Scisco
2015-01-22 11:54:10 -05:00
parent f1aba1a829
commit df80daa26d
2 changed files with 2 additions and 1 deletions

2
fabfile.py vendored
View File

@@ -3,4 +3,4 @@ from fabric.api import local
def test(test=''):
""" Run python tests """
local('nosetests %s' % test)
local('nosetests %s --with-coverage --cover-package=landsat' % test)

View File

@@ -1,3 +1,4 @@
-r base.txt
nose==1.3.3
coverage==3.7.1