File tree Expand file tree Collapse file tree 1 file changed +5
-7
lines changed Expand file tree Collapse file tree 1 file changed +5
-7
lines changed Original file line number Diff line number Diff line change @@ -19,10 +19,10 @@ matrix:
19
19
packages :
20
20
- mencoder
21
21
22
- # 2.7 , no mencoder
22
+ # 3.5 , no mencoder
23
23
- os : linux
24
- env : PYTHON_VERSION=2.7
25
- CONDA_DEPENDENCIES="numpy scipy matplotlib coverage pytest pytest-cov flake8 mayavi "
24
+ env : PYTHON_VERSION=3.5
25
+ CONDA_DEPENDENCIES="numpy scipy matplotlib coverage pytest pytest-cov flake8"
26
26
PIP_DEPENDENCIES="codecov pytest-sugar faulthandler pytest-faulthandler nibabel imageio"
27
27
28
28
# OSX
@@ -37,10 +37,8 @@ before_install:
37
37
fi;
38
38
- git clone https://github.com/astropy/ci-helpers.git
39
39
- source ci-helpers/travis/setup_conda.sh
40
- - if [ "$PYTHON_VERSION" != "2.7" ]; then
41
- pip install vtk;
42
- pip install mayavi;
43
- fi;
40
+ - pip install vtk
41
+ - pip install mayavi
44
42
- mkdir -p $SUBJECTS_DIR
45
43
- pip install "https://api.github.com/repos/mne-tools/mne-python/zipball/master"
46
44
- python -c "import mne; mne.datasets.fetch_fsaverage(verbose=True)"
You can’t perform that action at this time.
0 commit comments