Skip to content

Commit 51f2485

Browse files
committed
CI: Restore import-only test
1 parent 979b439 commit 51f2485

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.travis.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,11 @@ jobs:
3636
- python: 3.5
3737
env:
3838
- DEPENDS="-r requirements.txt"
39+
# Clean install
40+
- python: 3.5
41+
env:
42+
- DEPENDS=""
43+
- CHECK_TYPE=skiptests
3944
# Absolute minimum dependencies
4045
- python: 3.5
4146
env:
@@ -105,6 +110,7 @@ install:
105110
fi
106111
# Basic import check
107112
- python -c 'import nibabel; print(nibabel.__version__)'
113+
- if [ "$CHECK_TYPE" == "skiptests" ]; then exit 0; fi
108114

109115
before_script:
110116
# Point to nibabel data directory

0 commit comments

Comments
 (0)