Skip to content

Commit 623f20f

Browse files
committed
fixing the travis file
1 parent c8ee538 commit 623f20f

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
@@ -36,7 +36,7 @@ install:
3636
conda install -y nipype &&
3737
rm -r /home/travis/miniconda/lib/python${TRAVIS_PYTHON_VERSION}/site-packages/nipype* &&
3838
pip install -r requirements.txt &&
39-
pip install -e .[$NIPYPE_EXTRAS] &&
39+
pip install -e .[$NIPYPE_EXTRAS] ;}
4040
- travis_retry inst
4141
script:
4242
- py.test --doctest-modules --cov=nipype nipype

0 commit comments

Comments
 (0)