FIX: AppVeyor environment.yml (#4626)
* FIX: AppVeyor environment.yml * FIX: Add a couple of packages
This commit is contained in:
+3
-2
@@ -1,8 +1,8 @@
|
||||
environment:
|
||||
global:
|
||||
PYTHON: "C:\\conda"
|
||||
CONDA_DEPENDENCIES: "setuptools numpy scipy matplotlib scikit-learn mayavi pandas h5py PIL pyside nose pytest pytest-cov"
|
||||
PIP_DEPENDENCIES: "git+git://github.com/nipy/PySurfer.git nibabel nitime codecov"
|
||||
CONDA_ENVIRONMENT: "environment.yml"
|
||||
PIP_DEPENDENCIES: "codecov pytest-faulthandler"
|
||||
matrix:
|
||||
- PYTHON_VERSION: "2.7"
|
||||
PYTHON_ARCH: "64"
|
||||
@@ -12,6 +12,7 @@ install:
|
||||
- "powershell ci-helpers/appveyor/install-miniconda.ps1"
|
||||
- "SET PATH=%PYTHON%;%PYTHON%\\Scripts;%PATH%"
|
||||
- "activate test"
|
||||
- "pip uninstall -yq mne"
|
||||
- "python setup.py develop"
|
||||
- "python -c \"import mne; print(mne.sys_info())\""
|
||||
- "SET MNE_FORCE_SERIAL=true" # otherwise joblib will bomb
|
||||
|
||||
@@ -11,6 +11,7 @@ dependencies:
|
||||
- pillow
|
||||
- statsmodels
|
||||
- mayavi
|
||||
- jupyter
|
||||
- nose
|
||||
- pytest
|
||||
- pytest-cov
|
||||
@@ -20,6 +21,8 @@ dependencies:
|
||||
- joblib
|
||||
- psutil
|
||||
- numpydoc
|
||||
- flake8
|
||||
- spyder
|
||||
- pip:
|
||||
- mne
|
||||
- pysurfer
|
||||
|
||||
Reference in New Issue
Block a user