Skip to content

Commit bc2c734

Browse files
committed
FIX: URL
1 parent 8850212 commit bc2c734

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ before_install:
5050
pip install https://github.com/enthought/mayavi/zipball/master;
5151
fi;
5252
- mkdir -p $SUBJECTS_DIR
53-
- pip install "https://api.github.com/repos/mne-tools/mne-python/zipball/master";
53+
- pip install "https://github.com/mne-tools/mne-python/archive/master.zip"
5454
- python -c "import mne; mne.datasets.fetch_fsaverage(verbose=True)"
5555

5656
install:

0 commit comments

Comments
 (0)