Skip to content

Commit 60a55b3

Browse files
committed
FIX: URL
1 parent 0014c77 commit 60a55b3

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
@@ -40,7 +40,7 @@ before_install:
4040
- pip install vtk
4141
- pip install mayavi
4242
- mkdir -p $SUBJECTS_DIR
43-
- pip install "https://api.github.com/repos/mne-tools/mne-python/zipball/master"
43+
- pip install "git+https://github.com/mne-tools/mne-python"
4444
- python -c "import mne; mne.datasets.fetch_fsaverage(verbose=True)"
4545

4646
install:

0 commit comments

Comments
 (0)