Skip to content

Commit 5abd069

Browse files
committed
FIX: Bump to 3.5
1 parent b0320a4 commit 5abd069

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

.travis.yml

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff 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)"

0 commit comments

Comments
 (0)