Skip to content

Commit 85de164

Browse files
committed
MAINT ignore externals folder for coverage
TST improve coverage FIX installation in Makefile FIX for python3
1 parent f170e00 commit 85de164

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

.coveragerc

-1
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,4 @@ include = */pyglmnet/*
55
omit =
66
*/setup.py
77
*/pyglmnet/benchmarks.py
8-
*/pyglmnet/datasets.py
98
*/pyglmnet/externals/*.py

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ doc-publish:
5252
.PHONY: install
5353
install: dependencies
5454
@echo "#### Installing pyglmnet ####"
55-
python setup.py develop install
55+
python setup.py install
5656
@echo "#### Pyglmnet installed successfully ####"
5757
@echo "#### Access http://glm-tools.github.io/pyglmnet/index.html for more information and tutorials ####"
5858

tests/test_pyglmnet.py

+1
Original file line numberDiff line numberDiff line change
@@ -394,6 +394,7 @@ def test_cdfast(distr):
394394
def test_fetch_datasets():
395395
"""Test fetching datasets."""
396396
datasets.fetch_community_crime_data()
397+
datasets.fetch_group_lasso_datasets()
397398

398399

399400
def test_random_state_consistency():

0 commit comments

Comments
 (0)