Skip to content

Commit 0041e6b

Browse files
committed
add -v flag in travis (after the segfault)
1 parent ea6bdc3 commit 0041e6b

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
@@ -42,7 +42,7 @@ before_install:
4242
install:
4343
- travis_retry pip install -e .[$NIPYPE_EXTRAS]
4444
script:
45-
- py.test --doctest-modules nipype
45+
- py.test -v --doctest-modules .
4646
deploy:
4747
provider: pypi
4848
user: satra

0 commit comments

Comments
 (0)