Skip to content
Snippets Groups Projects
Commit bf3c61bc authored by Yaroslav Halchenko's avatar Yaroslav Halchenko
Browse files

more on scikits.learn -> sklearn -- running tests

parent 4b779538
No related branches found
No related tags found
No related merge requests found
......@@ -29,7 +29,7 @@ ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
export PYTHONPATH=`/bin/ls -d $$PWD/$(PACKAGE_ROOT_DIR)/usr/lib/python$*/*/`; \
export MPLCONFIGDIR=$(CURDIR)/build HOME=$(CURDIR)/build; \
export JOBLIB_MULTIPROCESSING=0; \
cd build/; python$* /usr/bin/nosetests -s -e test_fit_works_on_sequences_of_different_length scikits.learn; \
cd build/; python$* /usr/bin/nosetests -s -e test_fit_works_on_sequences_of_different_length sklearn; \
python$* /usr/bin/nosetests --with-doctest --doctest-extension=rst ../doc/
else
: # Skip unittests due to nocheck
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment