We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8850212 commit bc2c734Copy full SHA for bc2c734
.travis.yml
@@ -50,7 +50,7 @@ before_install:
50
pip install https://github.com/enthought/mayavi/zipball/master;
51
fi;
52
- mkdir -p $SUBJECTS_DIR
53
- - pip install "https://api.github.com/repos/mne-tools/mne-python/zipball/master";
+ - pip install "https://github.com/mne-tools/mne-python/archive/master.zip"
54
- python -c "import mne; mne.datasets.fetch_fsaverage(verbose=True)"
55
56
install:
0 commit comments