Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
pysurfer
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Container Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Jobs
Commits
Open sidebar
Neurodebian
pysurfer
Commits
10135dad
Commit
10135dad
authored
Jun 26, 2016
by
Christian Brodbeck
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
appveyor
parent
0ab42c9c
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
appveyor.yml
appveyor.yml
+2
-2
surfer/utils.py
surfer/utils.py
+1
-1
No files found.
appveyor.yml
View file @
10135dad
...
...
@@ -23,8 +23,8 @@ install:
# Install the dependencies of the project.
-
"
conda
install
--yes
--quiet
ipython==1.1.0
numpy
scipy
mayavi
matplotlib
nose
imaging"
-
"
pip
install
-q
nose-timer
nibabel
"
-
"
p
ython
setup.py
develop
"
-
"
pip
install
-q
nose-timer"
-
"
p
ip
install
-e
.[save_movie]
"
-
"
SET
SUBJECTS_DIR=%CD%
\\
subjects"
build
:
false
# Not a C# project, build stuff at the test step instead.
...
...
surfer/utils.py
View file @
10135dad
...
...
@@ -626,7 +626,7 @@ def has_fsaverage(subjects_dir=None):
def
has_imageio
():
try
:
import
imageio
import
imageio
# NOQA
except
ImportError
:
return
False
else
:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment