Nelle Varoquaux
4452154d51
FIX in the makefile - we should delete pyc and so only from the source code, and not from everything in the root folder
2012-09-02 14:47:09 +02:00
Gael Varoquaux
2fd781304d
MISC cleanup old coverage info in Makefile
2012-07-25 10:51:48 +02:00
Jaques Grobler
4cca090b05
replaced silence paramenter in makefile, links removed in stat_learn tutorial, big_toc_css copy deleted, heading changed in tutorial index, tutorial index info added
2012-03-07 17:08:14 +01:00
Jaques Grobler
e9c3570f39
modified makefile for doctesting - not permanent
2012-03-02 11:56:40 +01:00
Andreas Mueller
d24337b93f
DOCs change extension from txt to inc, add inc as doctest extension to makefile
2012-02-18 17:52:13 +01:00
Olivier Grisel
9c5ef62613
test developers utilities as well
2012-01-18 06:24:11 +01:00
Olivier Grisel
aa69d857a8
FIX #401 : update tutorial doctests to reflect recent changes and add them to
2011-10-22 17:39:19 +02:00
GaelVaroquaux
051a4bf9fe
ENH: add doc target to Makefile
2011-10-04 15:44:17 +02:00
Satrajit Ghosh
86cd33a666
fix: trailing-spaces option fixed to be executed
2011-10-03 20:46:33 -04:00
Olivier Grisel
cf5a88938e
update the Makefile test-coverage target to work with the new package layout
2011-09-03 21:39:11 +02:00
Olivier Grisel
e05fefed72
ENH: new Makefile target to cythonize everything
2011-09-03 13:05:10 +02:00
Fabian Pedregosa
ddf4b72109
Move project directory from scikits.learn to sklearn
2011-09-02 12:06:57 +02:00
Fabian Pedregosa
68f27e3790
Revert "Move project directory from scikits.learn to sklearn"
...
This reverts commit fd0d3b879d .
2011-09-02 12:03:18 +02:00
Fabian Pedregosa
fd0d3b879d
Move project directory from scikits.learn to sklearn
2011-09-02 11:38:24 +02:00
Olivier Grisel
95ca5bbaaf
ENH: 'make test' now runs the doc doctests as well
2011-08-24 12:32:17 +02:00
Olivier Grisel
430d5dcd91
make the test display the output on stdout
2011-03-19 17:52:07 +01:00
Olivier Grisel
3594e47e79
add HTML coverage report
2011-02-26 21:58:12 +01:00
Olivier Grisel
bef60efabc
documentation for the LFW dataset loaders
2011-02-25 02:04:37 +01:00
Olivier Grisel
17de0a962f
launch test on documentation by default when running make
2010-12-12 02:41:02 +01:00
Fabian Pedregosa
cec8e33e79
Move benchmarks outside the source tree.
...
Some reasons:
- Avoid current fragmentation.
- Avoid nose failures when importing those modules.
2010-11-26 17:53:06 +01:00
Olivier Grisel
e850cf7fcc
let me introduce the culprit of the last checkin
2010-11-06 15:46:50 +01:00
Olivier Grisel
22a8ecb707
helpers to use tags with vim / emacs
2010-10-31 12:50:08 +01:00
Fabian Pedregosa
1881139298
Do not execute test coverage by default.
...
Also add a test-coverage target in Makefile.
2010-10-14 16:32:23 +02:00
Yaroslav Halchenko
f4dd0a6708
enable more doc testing for test-doc Makefile rule
2010-10-08 11:24:06 -04:00
Fabian Pedregosa
4f93e16ed2
Update Makefile
2010-10-06 14:06:25 +02:00
Fabian Pedregosa
61c81a2c39
Add test.py script that runs nose.
...
Tests that depend on multiprocessing (joblib) fail if executed through
nosetest on windows, since they require to be executed inside a
__main__ block, otherwise they start spawning processes and renders
the system unusable.
2010-10-04 11:27:29 +02:00
Fabian Pedregosa
558d878ca1
Add target test-doc to Makefile to test the RST docs.
2010-09-29 16:07:34 +02:00
Fabian Pedregosa
d1d2cefa04
Also remove Windows python extension (.pyd) in make clean.
2010-09-28 12:42:24 +02:00
Gael Varoquaux
e882140e74
TEST: Fix test_pca sign error.
...
Make sure the scikits is built inplace before tests
2010-09-14 12:07:17 +02:00
Fabian Pedregosa
059fb2273a
Make BSD find happy.
2010-09-06 18:58:52 +02:00
Fabian Pedregosa
0983539a64
Allow setting variable PYTHON, NOSETESTS in Makefile.
...
Makes easier to compile/test with different python versions. For
instance, can be built using custom python interpreter by setting
variable PYTHON:
PYTHON=/my/custom/python make in
2010-08-27 08:53:01 +02:00
Alexandre Gramfort
35d2340c0a
FIX : in Makefile that calls now nosetests directly
2010-08-24 14:18:14 +02:00
Fabian Pedregosa
29196ff411
Change make setup to run setup.py
...
The reason: this way it uses the options stored in setup.cfg
2010-08-23 16:36:02 +02:00
Fabian Pedregosa
41d842fbab
Add target in to Makefile.
...
Just a shortcut in = inplace.
2010-08-17 14:01:47 +02:00
Olivier Grisel
c2c76a7f75
simple Makefile for repetitive dev tasks on POSIX OS
2010-08-08 13:41:03 +02:00