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:
1919 packages :
2020 - mencoder
2121
22- # 2.7 , no mencoder
22+ # 3.5 , no mencoder
2323 - 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"
2626 PIP_DEPENDENCIES="codecov pytest-sugar faulthandler pytest-faulthandler nibabel imageio"
2727
2828 # OSX
@@ -37,10 +37,8 @@ before_install:
3737 fi;
3838 - git clone https://github.com/astropy/ci-helpers.git
3939 - 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
4442 - mkdir -p $SUBJECTS_DIR
4543 - pip install "https://api.github.com/repos/mne-tools/mne-python/zipball/master"
4644 - python -c "import mne; mne.datasets.fetch_fsaverage(verbose=True)"
You can’t perform that action at this time.
0 commit comments