Commit Graph

13 Commits

Author SHA1 Message Date
Adrin Jalali 2bd87f6ed8 Remove python < 3.5 from CI (#12746) 2018-12-14 10:53:12 +01:00
Utkarsh Upadhyay 338f763c21 TST Throw correct error for pytest version (#12475) 2018-10-29 22:54:30 +08:00
Roman Yurchak b91cbda20d [MRG] MNT Re-enable PyPy CI (#12039) 2018-09-18 23:09:07 +02:00
Guillaume Lemaitre 43c8563258 TST: skip test requiring internet using --skip-network (#12067) 2018-09-16 11:15:26 +10:00
Guillaume Lemaitre 55ede24d56 MAINT: skip doctest for Python 2 (#12074) 2018-09-14 20:13:33 +08:00
William de Vazelhes b4bf033104 DOC: Add pytest version in documentation (#12002) 2018-09-06 10:46:56 +02:00
Ronan Lamy 5592a2eda9 [MRG] PyPy support for all but a couple of estimators (#11010) 2018-07-20 14:39:53 +10:00
Loïc Estève 20661b5018
TST: only run doctests on numpy 1.14. (#10835)
Fix doctests due to numpy 1.14 formatting changes.
2018-03-27 07:44:40 +02:00
Loïc Estève 37ce9aec07 MAINT follow numpy dev change in np.set_printoptions argument 2017-11-20 08:57:28 +01:00
Loïc Estève 3f96eeedd1
Fix np.set_printoptions argument change in numpy 1.14.dev (#10132)
https://github.com/numpy/numpy/pull/9332/files change sign='legacy' to legacy=True in the np.set_printoptions arguments.
2017-11-14 13:34:27 +01:00
Loïc Estève 636a73e9c5 [MRG+1] Travis: move scipy-dev-wheels build to a cron job (#9852) 2017-10-01 09:31:10 +02:00
Loïc Estève daeb3ad928 MAINT explain the reason for conftest.py in the root folder 2017-09-29 08:40:34 +02:00
Loïc Estève ea41a78b9a CI Make it possible to run doctests in .rst files with pytest (#9697)
* doc/datasets/conftest.py to implement the equivalent of nose fixtures
* add conftest.py in root folder to ensure that sklearn local folder
  is used rather than the package in site-packages
* test doc with pytest in Travis
* move custom_data_home definition from nose fixture to .rst file
2017-09-11 09:01:09 +10:00