Revision 23c6d135ae81f12205d4d57c22652628ecc2adf1 authored by Jean Kossaifi on 06 January 2017, 13:34:08 UTC, committed by Jean Kossaifi on 06 January 2017, 13:34:08 UTC
1 parent 72c196e
Makefile
# Automate testing etc
NOSETESTS ?= nosetests
all: install test
install:
pip install -e .
test-coverage:
nosetests -v --exe --doctest-tests --with-coverage --cover-package=tensorly tensorly
test:
nosetests -v --exe --doctest-tests tensorly

Computing file changes ...