mirror of
https://github.com/Skyai-io/landsat-util.git
synced 2026-03-10 09:01:18 +00:00
added coverage resolves #26
This commit is contained in:
2
fabfile.py
vendored
2
fabfile.py
vendored
@@ -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)
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
-r base.txt
|
||||
|
||||
nose==1.3.3
|
||||
coverage==3.7.1
|
||||
|
||||
Reference in New Issue
Block a user