File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -3,8 +3,9 @@ image: Visual Studio 2013
3
3
environment :
4
4
global :
5
5
PYTHON : " C:\\ conda"
6
- CONDA_ENVIRONMENT : " environment.yml"
7
- PIP_DEPENDENCIES : " codecov pytest-faulthandler pytest-sugar pytest-timeout"
6
+ # CONDA_ENVIRONMENT: "environment.yml"
7
+ CONDA_DEPENDENCIES : " python>=3.6 pip mkl numpy scipy matplotlib cython pyqt>=5.9 pandas xlrd scikit-learn h5py pillow statsmodels jupyter pytest pytest-cov joblib psutil numpydoc flake8 spyder numexpr traits>=4.6.0 pyface>=6 traitsui>=6 testpath<0.4"
8
+ PIP_DEPENDENCIES : " codecov pytest-sugar pytest-timeout vtk https://api.github.com/repos/enthought/mayavi/zipball/b3fc35218dda9776d8f1a407663bfb49783dca12 PySurfer[save_movie] dipy --only-binary dipy nibabel nilearn neo pytest-faulthandler pytest-mock pydocstyle codespell python-picard"
8
9
matrix :
9
10
- PYTHON_VERSION : " 3.6"
10
11
PYTHON_ARCH : " 64"
@@ -14,7 +15,7 @@ install:
14
15
- " powershell ci-helpers/appveyor/install-miniconda.ps1"
15
16
- " SET PATH=%PYTHON%;%PYTHON%\\ Scripts;%PATH%"
16
17
- " activate test"
17
- - " pip uninstall -yq mne"
18
+ # "pip uninstall -yq mne"
18
19
- " python setup.py develop"
19
20
- " python -c \" import mne; print(mne.sys_info())\" "
20
21
- " SET MNE_FORCE_SERIAL=true" # otherwise joblib will bomb
Original file line number Diff line number Diff line change @@ -20,6 +20,8 @@ dependencies:
20
20
- jupyter
21
21
- pytest
22
22
- pytest-cov
23
+ - pytest-mock
24
+ - pytest-timeout
23
25
- joblib
24
26
- psutil
25
27
- numpydoc
@@ -39,7 +41,6 @@ dependencies:
39
41
- nilearn
40
42
- neo
41
43
- pytest-faulthandler
42
- - pytest-mock
43
44
- pydocstyle
44
45
- codespell
45
46
- python-picard
You can’t perform that action at this time.
0 commit comments