Skip to content
This repository was archived by the owner on Dec 6, 2023. It is now read-only.

Commit 669b50c

Browse files
authored
remove unused files from the repo (#173)
* remove unused files from the repo * restore download.sh script
1 parent 2b5715a commit 669b50c

File tree

5 files changed

+2
-476
lines changed

5 files changed

+2
-476
lines changed

Makefile

+2-8
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
PYTHON ?= python
2-
CYTHON ?= cython
3-
NOSETESTS ?= nosetests
2+
PYTEST ?= pytest
43
DATADIR=$(HOME)/lightning_data
54

65
# Compilation...
@@ -18,11 +17,7 @@ clean:
1817
# Tests...
1918
#
2019
test-code: inplace
21-
$(NOSETESTS) -s lightning
22-
23-
test-coverage:
24-
$(NOSETESTS) -s --with-coverage --cover-html --cover-html-dir=coverage \
25-
--cover-package=lightning lightning
20+
$(PYTEST) -s -v lightning
2621

2722
test: test-code
2823

@@ -174,4 +169,3 @@ download-usps: datadir
174169
./download.sh http://www.csie.ntu.edu.tw/~cjlin/libsvmtools/datasets/multiclass/usps.t.bz2
175170
bunzip2 usps.t.bz2
176171
mv usps.t $(DATADIR)
177-

build_tools/appveyor/install.ps1

-95
This file was deleted.

build_tools/appveyor/run_with_env.cmd

-88
This file was deleted.

build_tools/move-conda-package.py

-15
This file was deleted.

0 commit comments

Comments
 (0)