Skip to content

Commit 10135da

Browse files
appveyor
1 parent 0ab42c9 commit 10135da

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

appveyor.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ install:
2323

2424
# Install the dependencies of the project.
2525
- "conda install --yes --quiet ipython==1.1.0 numpy scipy mayavi matplotlib nose imaging"
26-
- "pip install -q nose-timer nibabel"
27-
- "python setup.py develop"
26+
- "pip install -q nose-timer"
27+
- "pip install -e .[save_movie]"
2828
- "SET SUBJECTS_DIR=%CD%\\subjects"
2929

3030
build: false # Not a C# project, build stuff at the test step instead.

surfer/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -626,7 +626,7 @@ def has_fsaverage(subjects_dir=None):
626626

627627
def has_imageio():
628628
try:
629-
import imageio
629+
import imageio # NOQA
630630
except ImportError:
631631
return False
632632
else:

0 commit comments

Comments
 (0)