-
Notifications
You must be signed in to change notification settings - Fork 66
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
44 changed files
with
1,069 additions
and
424 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,29 +1,38 @@ | ||
build: false | ||
|
||
cache: | ||
#- packages | ||
|
||
platform: | ||
-x64 | ||
|
||
environment: | ||
matrix: | ||
- PYTHON_VERSION: 3.6 | ||
MINICONDA: C:\Miniconda36-x64 | ||
PYTHON_ARCH: 64 | ||
|
||
init: | ||
- "ECHO %PYTHON_VERSION% %MINICONDA%" | ||
- "ECHO %PYTHON_VERSION% %MINICONDA% %PYTHON_ARCH%" | ||
|
||
install: | ||
- ps: iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-desktop.ps1')) | ||
# - ps: $screen_resolution = '1280x800'; iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-desktop.ps1')) | ||
# ------------------- PYTHON ENVIRONNEMENT ------------------- | ||
- "set PATH=%MINICONDA%;%MINICONDA%\\Scripts;%PATH%" | ||
- conda config --set always_yes yes --set changeps1 no | ||
- conda update -q conda | ||
- conda info -a | ||
- "conda config --set always_yes yes --set changeps1 no" | ||
- "conda update -q conda" | ||
- "conda info -a" | ||
- "conda create -q -n testenv python=%PYTHON_VERSION% numpy scipy matplotlib pip" | ||
# Activate testing environnement : | ||
- activate testenv | ||
- "activate testenv" | ||
- "python -m pip install --upgrade pip" | ||
# Install dependencies : | ||
- pip install mne nibabel setuptools PyOpenGL PyOpenGL_accelerate pytest pytest-cov pytest-sugar pandas openpyxl tensorpac | ||
- pip install git+https://github.com/hbldh/lspopt.git#egg=lspopt | ||
- "pip install mne nibabel setuptools PyOpenGL PyOpenGL_accelerate pytest pandas openpyxl tensorpac xlrd" | ||
- "pip install git+https://github.com/hbldh/lspopt.git#egg=lspopt" | ||
- "dir" | ||
# ------------------- VISBRAIN ------------------- | ||
- pip install -e . | ||
- "python setup.py develop" | ||
|
||
test_script: | ||
- py.test --cov | ||
- "pytest" |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.