Skip to content

Commit 41972c6

Browse files
committed
fix travis file
1 parent 1da2eb0 commit 41972c6

File tree

2 files changed

+15
-16
lines changed

2 files changed

+15
-16
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,12 @@ before_install:
2828
export FSLOUTPUTTYPE=NIFTI_GZ; }
2929
- travis_retry bef_inst
3030
install:
31+
# Add install of vtk and mayavi to test mesh (disabled): conda install -y vtk mayavi &&
3132
- function inst {
3233
conda config --add channels conda-forge &&
3334
conda update --yes conda &&
3435
conda update --all -y python=$TRAVIS_PYTHON_VERSION &&
3536
conda install -y nipype &&
36-
# conda install -y vtk mayavi &&
3737
rm -r /home/travis/miniconda/lib/python${TRAVIS_PYTHON_VERSION}/site-packages/nipype* &&
3838
pip install -r requirements.txt &&
3939
pip install -e .[$NIPYPE_EXTRAS] &&

nipype/info.py

Lines changed: 14 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -70,27 +70,26 @@ def get_nipype_gitversion():
7070
# Note: this long_description is actually a copy/paste from the top-level
7171
# README.txt, so that it shows up nicely on PyPI. So please remember to edit
7272
# it only in one place and sync it correctly.
73-
long_description = \
74-
"""
73+
long_description = """\
7574
========================================================
7675
NIPYPE: Neuroimaging in Python: Pipelines and Interfaces
7776
========================================================
7877
79-
Current neuroimaging software offer users an incredible opportunity to
80-
analyze data using a variety of different algorithms. However, this has
81-
resulted in a heterogeneous collection of specialized applications
78+
Current neuroimaging software offer users an incredible opportunity to \
79+
analyze data using a variety of different algorithms. However, this has \
80+
resulted in a heterogeneous collection of specialized applications \
8281
without transparent interoperability or a uniform operating interface.
8382
84-
*Nipype*, an open-source, community-developed initiative under the
85-
umbrella of NiPy_, is a Python project that provides a uniform interface
86-
to existing neuroimaging software and facilitates interaction between
87-
these packages within a single workflow. Nipype provides an environment
88-
that encourages interactive exploration of algorithms from different
89-
packages (e.g., AFNI, ANTS, BRAINS, BrainSuite, Camino, FreeSurfer, FSL, MNE,
90-
MRtrix, MNE, Nipy, Slicer, SPM), eases the design of workflows within and
91-
between packages, and reduces the learning curve necessary to use different
92-
packages. Nipype is creating a collaborative platform for neuroimaging software
93-
development in a high-level language and addressing limitations of existing
83+
*Nipype*, an open-source, community-developed initiative under the \
84+
umbrella of NiPy_, is a Python project that provides a uniform interface \
85+
to existing neuroimaging software and facilitates interaction between \
86+
these packages within a single workflow. Nipype provides an environment \
87+
that encourages interactive exploration of algorithms from different \
88+
packages (e.g., AFNI, ANTS, BRAINS, BrainSuite, Camino, FreeSurfer, FSL, MNE, \
89+
MRtrix, MNE, Nipy, Slicer, SPM), eases the design of workflows within and \
90+
between packages, and reduces the learning curve necessary to use different \
91+
packages. Nipype is creating a collaborative platform for neuroimaging software \
92+
development in a high-level language and addressing limitations of existing \
9493
pipeline systems.
9594
9695
*Nipype* allows you to:

0 commit comments

Comments
 (0)