FIX: AppVeyor environment.yml (#4626)

* FIX: AppVeyor environment.yml

* FIX: Add a couple of packages
This commit is contained in:
Eric Larson
2017-09-29 11:24:10 -04:00
committed by GitHub
parent bbf2afaa37
commit 57fe40c98a
2 changed files with 6 additions and 2 deletions
+3 -2
View File
@@ -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
+3
View File
@@ -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